{ "account": "string", "amount": 0 }
curl --location --request POST '/api/v1/pro/demo/deposit' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "account": "string", "amount": 0 }'