curl --location --request POST 'https://api.marsview.ai/cb/v1/profile/statement_tags/create_statement_tag/<userId>' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <JWT access token>' \
"statementTagName" : "Demo StatementTag",
"statementTagSamples" : ["This is a statement tag sample", "These samples are used of statement tag detection"],
"statementTagSamplePhrases" : ["statement tag phrase", "phrase sample"],