curl --location --request POST 'https://api.falken.ltd/api/admin/reserved-terms' \
--header 'Content-Type: application/json' \
--data-raw '{
"term": "string",
"scope": "string",
"reason": "string",
"caseSensitive": true,
"exactMatch": true
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"term": "string",
"scope": "string",
"reason": "string",
"caseSensitive": true,
"exactMatch": true,
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e"
}
Authorization: Bearer ********************