curl --location -g --request POST '{{BASE_URL}}/admin/workflows-executions//steps/failure' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "string",
"step_id": "string",
"response": null,
"compensate_input": null,
"action": "invoke"
}'
{
"success": true
}