curl --location --request POST '/api/task/list' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"domain": "example.com",
"hookUrl": "https://webhook.site/xxx",
"type": "main",
"device": "desktop",
"status_domain": 1
}
]'{}