curl --location -g --request POST 'api.wexa.ai/execute_flow/56d246cc-2803-41a7-a90d-c1c3d4672240/resume?projectID={{projectID}}' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectID":"67fdea40aac77be632954f13",
"execution_id":"56d246cc-2803-41a7-a90d-c1c3d4672240"
}'
{
"execution_id": "56d246cc-2803-41a7-a90d-c1c3d4672240",
"status": "ready"
}