curl --location --request POST 'https://barrack.ai/api/firewalls/create/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"region": "string",
"description": "string"
}'{
"success": true,
"message": "Firewall created successfully",
"firewall": {
"id": "67890",
"name": "new-firewall",
"description": "New firewall for testing",
"region": "CANADA-1",
"rules": [],
"attachments": []
},
"request_id": "o1p2q3r4"
}