Retrieve a list of users with optional filtering and pagination. This endpoint demonstrates
query parameters and pagination concepts.
Get a specific user by their ID. Demonstrates path parameters and handling 404 errors.
Create a new user. Demonstrates POST requests with JSON body and response status 201 Created.
Update an existing user completely. Demonstrates PUT requests and idempotency.
Delete a user by ID. Demonstrates DELETE requests and 204 No Content responses.
Retrieve blog posts with filtering options. Demonstrates complex query parameters.
Get random user data from RandomUser API. Great for testing and prototyping.
Get a random dog image URL. Fun API to practice with!