curl --request DELETE \
--url https://api.paymee.com.br/v1.1/payout \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-token: <x-api-token>' \
--data '
{
"reason": "Customer requested cancellation",
"uuid": "83abc908-9233-4b66-b455-2339809886b1"
}
'