curl --location --request POST '/api/task-traffics/multiple' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
[
{
"id": "task_1",
"proxy_url": "http://api.traffic.com/proxy",
"webhook_url": "http://api.traffic.com/webhook",
"page_view": [
{
"time_min": 5,
"time_max": 15
}
],
"traffic_type": {
"method": 1,
"organic_engine": 1,
"search_keyword": "dịch vụ seo",
"only_ads": false,
"is_kill": false,
"links": [
"https://topseo.vn"
]
},
"traffic_device": 0,
"project_id": 50
}
]
]'