curl --location --request POST 'https://api.falken.ltd/api/admin/reserved-terms/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"scope": "string"
}'
{
"isValid": true,
"violations": [
{
"term": "string",
"scope": "string",
"reason": "string",
"position": 0
}
]
}
Authorization: Bearer ********************