{ "oldPassword": "abcd@1234..", "newPassword": "Abcd@1234.." }
curl --location --request PUT 'https://m1.apifoxmock.com/m1/1551143-0-default/system/user/profile/password' \ --header 'Authorization;' \ --header 'Referer;' \ --header 'User-Agent;' \ --header 'Content-Type: application/json' \ --data-raw '{ "oldPassword": "abcd@1234..", "newPassword": "Abcd@1234.." }'
{ "code": 200, "msg": "成功" }