Authorization: Bearer ********************"string"curl --location --request POST '/api/user/reset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '"string"'{
"code": 0,
"data": {},
"message": "string"
}