{
"fromParticipantCode": "string",
"toParticipantCode": "string",
"currency": "string",
"amount": "string",
"clientReference": "string"
}curl --location --request POST '/v1.0/payment/account/internalTransfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromParticipantCode": "string",
"toParticipantCode": "string",
"currency": "string",
"amount": "string",
"clientReference": "string"
}'{
"code": "string",
"msg": "string",
"data": {
"transferId": "string",
"fromParticipantCode": "string",
"toParticipantCode": "string",
"currency": "string",
"amount": "string",
"clientReference": "string",
"createdAt": "string"
}
}