curl --location --request POST 'https://api.marsview.ai/text/intent/get_intent' \
--header 'Content-Type: application/json' \
"jwtToken" : "Insert JWT token Key",
"threshold": "Insert a desired confidence threshold",
"intentIds": "Insert a list of intent IDs",
"sentences": "Insert your sentence for intent recognition",