X-API-KEY: ********************curl --location 'https://api.falken.ltd/api/admin/reserved-terms/validate' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"scope": "string"
}'{
"isValid": true,
"violations": [
{
"term": "string",
"scope": "string",
"reason": "string",
"position": 0
}
]
}