Rest API - API Documentation
Given this API documentation snippet:
What will a user expect when calling this API?
{
"endpoint": "/users",
"method": "GET",
"description": "Returns a list of users",
"example_response": [{"id":1,"name":"Alice"},{"id":2,"name":"Bob"}]
}What will a user expect when calling this API?
