{
"id": "string",
"new_password": "string"
}curl --location --request PATCH '/auth/password/reset' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"new_password": "string"
}'{
"message": "Password Change Sucessfully"
}