Authorization: ********************{
"subject": "string",
"content": "string"
}curl --location 'https://video.zerexa.net/api/tickets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"subject": "string",
"content": "string"
}'