Authorization: Bearer ********************{
"newPassword": "string"
}curl --location --request PUT '/api/user//reset-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"newPassword": "string"
}'