curl --location --request POST 'https://demo.preprod.crego.ai/flow/api/payouts//process/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"payout_utr": "string",
"source_bank": "9a26cefe-aad5-4584-9f9a-d987179abcbe",
"bank_date": "2019-08-24T14:15:22.123Z"
}'{
"id": 0,
"amount": "string",
"status": "string",
"reference": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}