{ "phonenumber": "18700000001", "password": "123456", "username": "xx", "brandCode": "1001", "userType": 6 }
curl --location --request POST 'https://uat-account-mapi.timhortons.com.cn/open/user' \ --header 'Content-Type: application/json' \ --data-raw '{ "phonenumber": "18700000001", "password": "123456", "username": "xx", "brandCode": "1001", "userType": 6 }'
{ "code": 200, "msg": "操作成功", "data": "username" }