curl --location --request POST 'https://apicfa.convirza.com/v2/call/move' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_id": 0,
"org_unit_id": 0
}'{
"result": "string",
"data": "string",
"entry_count": 0
}