curl --request PATCH \
--url https://app.docs.bynesoft.com/api/users/guard-rails/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>",
"responseBlocking": true,
"config": {}
}'