Authorization: Bearer ********************curl --location --request POST 'auth/update-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"password": "string",
"confirmPassword": "string"
}'{
"message": "Password reset successful"
}