Authorization: Bearer ********************
{
"id":1,
"password":"123456"
}
curl --location --request PUT '/user/update/1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1,
"password":"123456"
}'
{
"code": 0,
"message": "string"
}