Authorization: Bearer ********************{
"flow_id": "ee4f2a73-4dc4-4a14-9d0e-8fce0d25dbbe",
"ref_id": ""
}curl --location --request POST 'https://preprod.api.crego.io/v1/rego/runners/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"flow_id": "ee4f2a73-4dc4-4a14-9d0e-8fce0d25dbbe",
"ref_id": ""
}'