curl -X POST https://xquik.com/api/v1/support/tickets \
-H "x-api-key: xq_YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"subject": "Cannot connect X account",
"body": "I keep getting a connection error when trying to link my account."
}' | jq