curl --location --request POST 'https://api.inboxkit.com/v1/api/infra-guard/trigger-check' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_uid": "string",
"check_type": "all"
}'{
"error": false,
"message": "Check has been queued. Results will be available shortly.",
"data": {
"domain_uid": "string",
"domain_name": "string",
"check_type": "string"
}
}