{ "username": "string", "brandCode": "string", "oldPassword": "string", "newPassword": "string" }
curl --location --request PUT 'https://uat-account-mapi.timhortons.com.cn/open/user/resetPw' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "string", "brandCode": "string", "oldPassword": "string", "newPassword": "string" }'
{ "code": 200, "msg": "操作成功" }