Verify API response size is within expected limit
Preconditions (2)
Step 1: Send a GET request to the API endpoint https://api.example.com/data
Step 2: Check the size of the response body in bytes
Step 3: Verify that the response size is less than or equal to 5000 bytes
✅ Expected Result: The response size is less than or equal to 5000 bytes