token: ********************
{
"password": "21232f297a57a5a743894a0e4a801fc3"
}
curl --location --request POST 'http://cmi-api.gleg.site/api/auth/updPwd' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"password": "21232f297a57a5a743894a0e4a801fc3"
}'
{
"code": 0,
"msg": "string",
"data": null
}