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