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