Intermédiaire
Generate API Documentation
Create documentation for an API endpoint based on its specification.
📝 Prompt Content
Generate documentation for a REST API endpoint POST /users that accepts a JSON payload with 'name', 'email', and 'password'. Include the request body schema, success response (201), and error responses (400, 500).