curl --location --request POST '/transfer' \
--header 'Authorization: Bearer {{token}}' \
--header 'clientid: {{clientId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipientId": "CUST_12345",
"amount": 500,
"description": "Vendor payout",
"callbackUrl": "https://yourapp.com/callback"
}'
{
"status": "pending",
"message": "TRANSFER PENDING",
"transID": "DIS1000001221896",
"reqToken": "DIS100001221896"
}