Response
{
"id": "some response identifier",
"sessionId": "some reusable sessionId if provided on the request",
"status": 200,
"target": "the target url",
"body": "The Response as string here or the error message",
"headers": {},
"cookies": {}
}Last updated