curl --request PUT \
--url https://api.callintel.io/batch/scheduled-calls/{call_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"from_number": "<string>",
"scheduled_time": "2023-11-07T05:31:56Z",
"status": "<string>"
}
'