{ "log": { "version": "1.2", "creator": { "name": "test", "version": "1.0" }, "entries": [ { "request": { "method": "POST", "url": "https://httpbin.org/post", "headers": [ { "name": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "postData": { "mimeType": "application/x-www-form-urlencoded", "text": "username=alice&password=secret" }, "queryString": [], "cookies": [], "headersSize": -1, "bodySize": 29 }, "response": { "status": 200, "statusText": "OK", "headers": [ { "name": "Content-Type", "value": "application/json" } ], "cookies": [], "content": { "size": 2, "mimeType": "application/json", "text": "{}" }, "redirectURL": "", "headersSize": -1, "bodySize": 2 }, "cache": {}, "timings": { "send": 0, "wait": 1, "receive": 1 }, "startedDateTime": "2024-01-01T00:00:00.000Z", "time": 2 } ] } }