curl --location -g --request POST 'api.wexa.ai/execute_flow/aa91804f-3f6c-4622-a99f-c2ca7a6f8782/cancel?projectID={{projectID}}' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectID":"67fdea40aac77be632954f13",
"execution_id":"aa91804f-3f6c-4622-a99f-c2ca7a6f8782"
}'
{
"execution_id": "aa91804f-3f6c-4622-a99f-c2ca7a6f8782",
"status": "cancelled"
}