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