curl --request POST \
--url https://api.example.com/api/Telephony \
--header 'Content-Type: application/json' \
--data '
{
"externalCallReference": "<string>",
"userId": 123,
"isOutboundCall": true,
"callStartTimeUtc": "2023-11-07T05:31:56Z",
"durationInSeconds": 123,
"phoneNumber": "<string>",
"notes": "<string>",
"typeId": 123,
"recordingUrl": "<string>",
"jobId": 123,
"placementId": 123,
"opportunityId": 123
}
'