curl --location --request POST 'https://api.marsview.ai/text/profanity/get_profanity' \
--header 'Content-Type: application/json' \
"jwtToken" : "Insert JWT token Key",
"sentence" : "Insert your text for profanity detection here",
"replaceChar": "The character you want to replace profane words with"