medium
Design a JSON API Response
Design a standard JSON response structure for a user profile endpoint.
📝 Contenu du Prompt
Design a JSON response structure for a REST API endpoint that retrieves a user profile. Include fields for user ID, full name, email address, date of account creation, and a nested object for the user's address (street, city, zip code). Ensure the keys are snake_case.