{
"amount": 0.01,
"remark": "string",
"fromAccount": "string",
"toAccount": "string"
}curl --location --request POST '/api/v1/pro/finance/transfer/accounttoaccount' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"amount": 0.01,
"remark": "string",
"fromAccount": "string",
"toAccount": "string"
}'