POST
/user/create-subaccount
curl \
--request POST 'http://api.example.com/user/create-subaccount' \
--header "Content-Type: application/json"
Request examples
{}
curl \
--request POST 'http://api.example.com/user/create-subaccount' \
--header "Content-Type: application/json"
{}