{
"password": "string"
}
curl --location --request PUT 'http://test-cn.your-api-server.com/api/user/me/password' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string"
}'
{
"message": "string",
"ok": true,
"data": {}
}