[] to disable IP whitelisting and allow all IPs.curl --location --request PUT '/merchant/security/ip-whitelist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ips": [
"203.0.113.50",
"198.51.100.25"
]
}'{
"status": true,
"message": "IP whitelist updated successfully",
"data": [
"203.0.113.50",
"198.51.100.25"
]
}