curl --location --request POST '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": true,
"message": "IP whitelist updated successfully",
"data": [
"203.0.113.50",
"198.51.100.25"
]
}