Authorization: ********************curl --location 'https://api.hiveflow.ai/api/hivesmart//feedback' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"messageIndex": 0,
"feedback": "up",
"comment": "string"
}'