curl --location --request POST 'https://api.falken.ltd/api/ai/sentiment' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string"
}'
{
"sentiment": "string",
"positive": 0,
"neutral": 0,
"negative": 0
}
Authorization: Bearer ********************