curl --request POST \
--url https://api.z-api.io/instances/{instanceId}/token/{token}/send-edit-event \
--header 'Client-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>",
"eventMessageId": "<string>",
"event": {
"name": "<string>",
"dateTime": "<string>",
"description": "<string>",
"location": {
"name": "<string>"
},
"callLinkType": "<string>",
"canceled": true
}
}
'