API Endpoint Design
Design a RESTful API with proper endpoints, request/response formats, error handling, and authentication.
Design a RESTful API for: [APPLICATION_DESCRIPTION]. Provide: 1) List of all endpoints with HTTP methods and paths, 2) Request body format for POST/PUT endpoints, 3) Response format for each endpoint with example JSON, 4) HTTP status codes and error response format, 5) Authentication approach (JWT, OAuth, API keys), 6) Rate limiting strategy, 7) Pagination format for list endpoints. Follow REST best practices....
Coding & Development API, REST