curl --request POST \
--url https://api.guardion.ai/v1/policies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"definition": "<string>",
"target": "user",
"detector": {
"model": "modern-guard",
"expected": "block",
"reference": "<string>",
"threshold": 123
},
"override_response": "<string>"
}
'