Just make a request to any endpoint and watch the magic happen.
GET /api/user/123
Generates a user profile with ID 123.
GET /api/animals/4?keys=name,scientific_name,average_age
Only include specific fields in the response using the keys parameter.
GET /api/products/toys?limit=5
Get a collection of items with additional query parameters to customize the response.