curl --location --request POST 'https://api.marsview.ai/text/custom_statement_tags/get_custom_statement_tag' \
--header 'Content-Type: application/json' \
"jwtToken" : "Insert JWT token Key",
"threshold" : "Insert a desired confidence threshold",
"statementTagIds": "Insert a list of statement tag IDs",
"sentences" : "Insert your sentence for statement tag detection",