{
"call_id": "1234567890",
"classify_id": 5,
"agent": "jose.silva"
}curl --location --request POST '/agent/classify' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_id": "1234567890",
"classify_id": 5,
"agent": "jose.silva"
}'{
"response": {
"command": "classify",
"status": "ok"
}
}