Introduction
Example requests and responses help you understand how an API works by showing what to send and what to expect back.
When you want to test if an API endpoint works correctly.
When you need to learn how to use a new API.
When you want to share how to use an API with your team.
When you want to check if the API returns the right data.
When you want to automate tests for an API.