{
"text": "string"
}
curl --location --request POST 'https://api.sqabl.com/v1/support/message' \
--header 'Authorization: Bearer <access-token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string"
}'
{
"data": {
"message": {
"---support--message": "---props---"
}
}
}