Intermediate
API Endpoint Test Cases
Design test cases for a RESTful API endpoint including positive and negative scenarios.
📝 Prompt Content
Design a test suite for a RESTful API endpoint `GET /api/v1/users/{id}`. Include test cases for successful retrieval (200 OK), invalid ID format (400 Bad Request), user not found (404 Not Found), and unauthorized access (401 Unauthorized). Specify request headers and expected response body structures.