Authorization: Bearer ********************{
"fromCode": "A123456",
"toCode": "B0100069",
"currency": "USDT",
"amount": "100",
"clientReference": "REF12345"
}curl --location --request POST '/payment/withdrawal/internalTransfer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromCode": "A123456",
"toCode": "B0100069",
"currency": "USDT",
"amount": "100",
"clientReference": "REF12345"
}'{
"transactionId": "TX123456789",
"txCode": "ABC123XYZ",
"amount": "100.00",
"currency": "USD",
"clientReference": "REF12345"
}