POST
/
v1
/
tickets
/
sentiment
curl --request POST \
  --url https://platform.thena.ai/v1/tickets/sentiment \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "icon": "<string>",
  "description": "<string>",
  "isDefault": true,
  "teamId": "<string>"
}'

Authorizations

x-api-key
string
header
required

Enter your API key

Body

application/json

Response

401

User is not authenticated!