curl --location --request PATCH 'https://rewrd-api-staging.fly.dev/v1/merchant/security/ips/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"ip_address": "string",
"ip_type": "string",
"status": "string"
}'