[
{
"entity_id": "string",
"lead_status": "string"
}
]
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/leads/update/status' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"entity_id": "string",
"lead_status": "string"
}
]'
{
"code": 0,
"data": true,
"msg": "string",
"request_id": "string"
}