{
"outOrderId": "NZ2012365485845506",
"fromMerchantId": "2047238189962829825",
"toMerchantId": "2047159638995550210",
"currency": "GBP",
"amount": 10,
"remark": "test"
}curl --location '/api/rest/v1/virtual-account/transfer/create' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'X-Signature: {{reqest_sign}}' \
--header 'X-Timestamp: {{$date.millisecondsTimestamp}}' \
--header 'X-Nonce: {{$helpers.rangeToNumber(min=10000000000,max=99999999999)}}' \
--header 'Content-Type: application/json' \
--data '{
"outOrderId": "NZ2012365485845506",
"fromMerchantId": "2047238189962829825",
"toMerchantId": "2047159638995550210",
"currency": "GBP",
"amount": 10,
"remark": "test"
}'{
"success": true,
"code": "string",
"message": "string",
"data": "string"
}