Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/ipaware/firewall' \
--header 'Authorization: Bearer <token>'{
"status": {
"property1": "string",
"property2": "string"
},
"blocks": [
{
"ip": "string",
"reason": "string",
"score": 0,
"type": "string",
"addedAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"property1": "string",
"property2": "string"
}
]
}