Design a REST API for a Feature

Prompt Copilot to propose a REST API design for a given feature, including endpoints and errors.

category:architecture
api-design
rest
0

Prompt

Propose a REST API design for the following feature:
  
  [Describe the feature / domain]
  
  Include:
  - Endpoints and HTTP methods.
  - Path and query parameters.
  - Request and response body shapes.
  - Common error cases and status codes.
  - Any authentication/authorization considerations.
  
  Use a concise but clear format.