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