POST
/
feature
curl --request POST \
  --url https://api.eververse.ai/feature \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "text": "<string>",
  "custom": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ]
}'
title
string
required

The title of the feature e.g Make the logo bigger

text
string
required

The text of the feature e.g The logo is too small

custom
object[]