Authorization: ********************curl --location --request POST '/api/v2/ktties//send-chat' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "string"
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}