curl --location --request POST '/api/task/request-seo' \
--header 'Content-Type: application/json' \
--data-raw '{
"worker_id": "string",
"limit": 0,
"supported_types": [
"string"
]
}'[
{
"id": "string",
"project_id": 0,
"proxy_url": "string",
"webhook_url": "string",
"status": 0,
"result_status": 1,
"traffic_type": {
"method": 0,
"organic_engine": 0,
"search_keyword": "string",
"only_ads": true,
"is_kill": true,
"links": [
"string"
],
"ads_relations": [
{}
]
},
"geolocation": {
"lat": 10.762,
"lng": 106.66,
"accuracy": 0
},
"execution_time": 0,
"profile_id": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
]