Authorization: Bearer ********************
{ "comments":"Test rejection" }
curl --location --request POST 'https://preprod.api.crego.io/v1/rego/approvals//reject/' \ --header 'Content-Type: application/json' \ --data-raw '{ "comments":"Test rejection" }'
{}