{
"workflow_id": "1cfed585e3214100001a129d09"
}
curl --location --request POST 'https://api.airudder.com/service/cloud/workflow/stopinstance' \
--header 'Authorization;' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflow_id": "1cfed585e3214100001a129d09"
}'
{
"data": {
" workflow_id ": "1cfed585e3214100001a129d09"
},
"status": "OK",
"code": 200
}