API Endpoint Designer
Design RESTful API endpoints with request/response schemas, error codes, and versioning strategy.
Act as a senior backend architect. Design REST API endpoints for {{feature}} in a {{framework}} application. For each endpoint provide: 1. HTTP method and path 2. Request headers and authentication 3. Request body schema (JSON) 4. Response schema for success (2xx) 5. Error responses (4xx, 5xx) with codes 6. Rate limiting and pagination strategy Constraints: - Follow RESTful conventions - Use consistent naming: plural nouns, kebab-case - Include API versioning in path (e.g., /v1/) - {{additional_...