curl --location -g --request POST 'api.wexa.ai/execute_flow/19966a1f-7a22-4da3-8473-7f638c6ba518/execute?projectID={{projectID}}&execution_id=8ffc2a03-5d38-4321-aae8-c9f32d7707fc' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectID":"67fdea40aac77be632954f13",
"execution_id":"19966a1f-7a22-4da3-8473-7f638c6ba518"
}'
{
"execution_id": "19966a1f-7a22-4da3-8473-7f638c6ba518",
"status": "ready"
}