curl --location --globoff 'https://stageapi.partake.ng/api/v2/admin/payouts/requests/{{id}}/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "Incorrect bank details on file \u2014 merchant must update and resubmit."
}'{}