curl --location --request POST 'https://api.marsview.ai/text/dialog_tag/get_dialog_tag' \
--header 'Content-Type: application/json' \
"jwtToken": "Insert JWT token Key",
"sentence": "Insert your sentence for dialog tag prediction here",
"userId" : "demo@marsview.ai"