curl --location --request POST 'https://api.inboxkit.com/v1/api/infra-guard/enable' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_uids": [
"string"
]
}'{
"error": false,
"message": "Processed 3 domain(s): 2 enabled, 1 failed",
"results": {
"success": [
{
"domain_uid": "string",
"subscription_uid": "string",
"domain_name": "string",
"action": "string"
}
],
"failed": [
{
"domain_uid": "string",
"reason": "string"
}
]
},
"summary": {
"total_requested": 0,
"success_count": 0,
"failed_count": 0,
"total_cost": 0,
"price_per_domain": 0
}
}