curl --location --request POST '/api/task-traffics/multiple' \
--header 'Content-Type: application/json' \
--data-raw '[
[
{
"id": "task-go-api-001",
"proxy_url": "http://localhost:3005/api/test/proxy",
"webhook_url": "http://go-api:8080/webhook/task-result",
"page_view": [
{
"time_min": 30,
"time_max": 90
},
{
"time_min": 20,
"time_max": 60
}
],
"traffic_type": {
"method": 1,
"organic_engine": 0,
"search_keyword": "mua giày thể thao",
"only_ads": false,
"is_kill": false,
"links": [
"https://example.com/shoes"
],
"ads_relations": null
},
"traffic_device": 0,
"device_os": 0,
"project_id": 42,
"geolocation": {
"lat": 10.7769,
"lng": 106.7009
},
"resolved_projects": []
}
]
]'