This endpoint is not intended for public use and requires user authentication
Authentication Required
This endpoint requires an active user session and cannot be accessed via API keys. It’s designed for authenticated user interactions within the web application.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The description of the app
Examples:
"Your App Description"
The environment to create the app for
Available options: 
production, development, staging Examples:
"production"
Whether to generate a key for the app
Examples:
true
The name of the app
Examples:
"Your App"
