curl --request POST \
--url https://api.guardion.ai/v1/policies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"definition": "<string>",
"threshold": 0.8,
"detectors": [
{
"model": "<string>",
"target": "user"
}
]
}
'