{ "username": "string", "password": "string", "brandCode": "string" }
curl --location --request POST 'https://uat-account-mapi.timhortons.com.cn/open/authentication/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "string", "password": "string", "brandCode": "string" }'
{ "code": 200, "msg": "操作成功", "data": "Bearer xxxxxxxxxxxxxxx" }