Endpoint to create a new context associated with the authenticated tenant.
Args: context (ContextCreate): The request body containing the context definition.
Returns: Context: The created context object.
Raises: HTTPException 409: If the context creation fails due to a runtime error.
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Successful Response
Name of the context
Description of the context
User who created the context
Unique identifier for the context
List of associated apps
The date and time when the context was created.
The date and time when the context was last updated.