json (default): Returns formatted JSON in email bodyxml: Returns XML-formatted data in email bodycurl --location 'https://platform-api.convirza.com/v3/conversations/calls/email' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_id": 987654,
"email": "user@example.com",
"format": "json"
}'{
"code": 200,
"message": "Success",
"data": {
"message": "Call data sent successfully to user@example.com",
"call_id": 987654,
"email": "user@example.com"
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}