cookie.request.addsocial-tool-group{API_IP:PORT}.cookie.updatecurl --location --request POST '/nats/cookie/request/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"tasks": [
{
"id": 0,
"created_by": 0,
"social_id": 0,
"name": "string",
"avatar": "string",
"username": "string",
"password": "string",
"secret_key": "string",
"value": "string",
"status": null,
"device_size": "string",
"user_agent": "string",
"proxy": {
"id": 0,
"ip": "string",
"port": 0,
"username": "string",
"password": "string",
"rotate_url": "string"
},
"social": {
"id": 0,
"slug": "string"
},
"captcha_info": {
"api_key": "string",
"service_name": "string"
}
}
]
}'{
"status": "accepted",
"message": "Accepted batch of 5 tasks",
"tasksAccepted": 5,
"currentPending": 15,
"maxPending": 30
}