curl --location --request GET '/v1.0/payment/account/getInternalTransfer?transferId&participantCode&clientReference'
{ "code": "string", "msg": "string", "data": { "transferId": "string", "fromParticipantCode": "string", "toParticipantCode": "string", "currency": "string", "amount": "string", "clientReference": "string", "createdAt": "string" } }