curl --location --request POST 'https://api.marsview.ai/cb/v1/profile/intents/create_intent/<userId>' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <JWT access token>' \
"intentName" : "Demo Intent",
"intentSamples" : ["This is an intent sample", "These samples are used of intent recognition"],
"intentSamplePhrases" : ["intent phrase", "phrase sample"]