curl --location --request PUT 'https://api.flireo.nl/v1/scheduled-calls/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"scheduled_time": "2019-08-24T14:15:22.123Z",
"variables": {
"property1": "string",
"property2": "string"
}
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"assistant_id": "b3a0271c-5834-40ff-bc5d-41ab5e39dfef",
"assistant_name": "string",
"contact_id": "f245e2a3-e141-4d41-912c-b1c1f5bd5598",
"contact_name": "string",
"contact_phone_number": "string",
"scheduled_time": "2019-08-24T14:15:22.123Z",
"processed": true,
"variables": {
"property1": "string",
"property2": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}