Authorization: Bearer ********************{
"rulesets": [
1,
2,
5
]
}curl --location '/servers/69/firewall/primary/rules?sync=true' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"rulesets": [
1,
2,
5
]
}'