{ "owner": "xhy", "currency": "BTC" }
curl --location --request POST '/accounts/creat' \ --header 'Content-Type: application/json' \ --data-raw '{ "owner":"xhy", "currency": "BTC" }'
{}