该方法用于修改密码。
{
"old_password": "string",
"new_password": "string"
}curl --location --request PUT '/api/v1/auth/password/change' \
--header 'Referer: http://127.0.0.1:8888' \
--header 'Authorization: Bearer {{Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"old_password": "string",
"new_password": "string"
}'{
"output": "",
"code": 0,
"message": "",
"error_message": "",
"data": ""
}