curl --location --request POST 'http://dev-cn.your-api-server.com/v1/subaccounts//transfer' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 123
}'{
"status": "success",
"new_parent_balance": 1200,
"new_subaccount_balance": 500
}