curl --location '/api/v1/payout/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"currency": "string",
"amount": 0,
"beneficiaryId": "string",
"purposeCode": "string",
"payoutReference": "string",
"payoutDate": "string",
"description": "string"
}'{
"code": 200,
"message": "success",
"data": {
"transactionNo": "string",
"payoutId": "string",
"shortReferenceId": "string",
"payoutStatus": "string",
"currency": "string",
"amount": 0,
"systemFee": 0,
"actualSendAmount": 0,
"beneficiaryId": "string",
"payoutReference": "string",
"purposeCode": "string",
"payoutDate": "string",
"idempotencyKey": "string",
"createTimeUtc": "2019-08-24T14:15:22.123Z"
}
}