curl -X POST https://xquik.com/api/v1/x/communities \
-H "x-api-key: xq_YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"account": "myxhandle",
"name": "Crypto Traders Hub",
"description": "A community for crypto traders to share insights and strategies."
}' | jq