curl --location --request PUT 'http://localhost:8085/api/user/password' \
--header 'Content-Type: application/json' \
--data '{
"new_password": "string",
"ticket": "string"
}'{
"code": 0,
"data": {
"auto_auth_key": {
"data": [
0
],
"size": 0
},
"base_response": {
"code": 0,
"message": {
"value": "string"
}
}
},
"message": "string"
}