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