curl --location --request POST 'https://api.callcontrol.com/api/2015-11-01/Report' \
--header 'Content-Type: application/json' \
--data-raw '{
"CallTime": "2019-08-24T14:15:22Z",
"CallerType": "Unknown",
"Comment": "string",
"IpAddress": "string",
"Latitude": 0,
"Longitude": 0,
"PhoneNumber": "string",
"ReportedCallerId": "string",
"ReportedCallerName": "string",
"Reporter": "string",
"UnwantedCall": true
}'
{}