Create Organization
Authorization
bearerAuth AuthorizationBearer <token>
JWT token from authentication
In: header
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/organizations" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "slug": "string" }'{ "id": "string", "name": "string", "slug": "string"}