Create a new action that can be used in authorization policies and endpoint mappings.
Actions: Define granular permissions available in the system. Examples include
user:read, group:create, data:export, etc.
Authorization: Requires admin privileges to create actions.
Naming Convention: Use colon-separated format like resource:operation
(e.g., user:read, group:create, data:export).
Use Cases:
Endpoint Mapping: Actions can be mapped to API endpoints using the mappings API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for creating a new action.
Action created successfully
Response model for action information.