X-API-Key: ********************curl --location 'https://api.snakk.ai/api/orgs' \
--header 'X-Brand-Host;' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Example AS"
}'{
"org": {
"id": "8f1c2d3e-4a5b-6c7d-8e9f-0a1b2c3d4e5f",
"name": "Example AS",
"api_key": "k3y_abc123...",
"role": "owner"
}
}