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