Authorization: Bearer <JWT>.message (string, required) - the message text to analyze.convertTo7Bit (boolean, default false) - when true, convert/transliterate the text to GSM 7-bit before counting (usually fewer parts, but may replace non-GSM characters).curl --location 'https://api.veloconnect.me/api/v2/campaigns/message-info' \
--header 'Content-Type: application/json' \
--data '{
"message": "string",
"convertTo7Bit": true
}'{
"data": [
{
"message": "string",
"isUnicode": true,
"charCount": 0,
"smsParts": 0,
"charsRemainingInCurrentPart": 0,
"charsPerPart": 0,
"wasConverted": true,
"fullyConverted": true
}
]
}