{
  "collection": {
    "_": {
      "postman_id": "85f17a42-4089-4982-85ed-b90aa6913996"
    },
    "item": [
      {
        "_": {
          "postman_id": "1e343b9a-4d03-4420-8547-f6d11884a0bf"
        },
        "id": "1e343b9a-4d03-4420-8547-f6d11884a0bf",
        "name": "groups",
        "item": [
          {
            "_": {
              "postman_id": "6565975e-be59-4077-ba97-c6b04fa3872b"
            },
            "id": "6565975e-be59-4077-ba97-c6b04fa3872b",
            "name": "/groups/{groupId}",
            "request": {
              "url": {
                "path": [
                  "groups",
                  "{{groupId}}"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "method": "GET"
            },
            "response": [],
            "event": [
              {
                "listen": "test",
                "script": {
                  "id": "9e618f10-3a77-4791-9ef2-3557861b03cf",
                  "type": "text/javascript",
                  "exec": [
                    "pm.test(\"Getting an existing group should return '200 OK'\", () => {\r",
                    "    pm.response.to.have.status(200);\r",
                    "});\r",
                    "\r",
                    "pm.test(\"Response should be JSON format\", () => {\r",
                    "    pm.response.to.be.json;\r",
                    "});"
                  ],
                  "_lastExecutionId": "4c3d888a-9668-4b28-a01d-144da38c3492"
                }
              }
            ]
          },
          {
            "_": {
              "postman_id": "85e03323-72ec-4bf9-abf5-1762c1fba7fd"
            },
            "id": "85e03323-72ec-4bf9-abf5-1762c1fba7fd",
            "name": "/groups",
            "request": {
              "url": {
                "path": [
                  "groups"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "method": "GET"
            },
            "response": [],
            "event": [
              {
                "listen": "test",
                "script": {
                  "id": "9b09a8fb-694b-48a9-8ffb-98b5f9f0acd8",
                  "type": "text/javascript",
                  "exec": [
                    "pm.test(\"Getting groups should return '200 OK'\", () => {\r",
                    "    pm.response.to.have.status(200);\r",
                    "});\r",
                    "\r",
                    "pm.test(\"Response should be JSON format\", () => {\r",
                    "    pm.response.to.be.json;\r",
                    "});"
                  ],
                  "_lastExecutionId": "6d1cab68-6813-48f8-87a1-edb7ad31e1f1"
                }
              }
            ]
          },
          {
            "_": {
              "postman_id": "791db655-8570-4236-aea5-611aded2d2d6"
            },
            "id": "791db655-8570-4236-aea5-611aded2d2d6",
            "name": "/groups",
            "request": {
              "url": {
                "path": [
                  "groups"
                ],
                "host": [
                  "{{baseUrl}}"
                ],
                "query": [],
                "variable": []
              },
              "method": "POST",
              "body": {
                "mode": "raw",
                "raw": "{\r\n  \"name\": \"This name should be way too long and that's why this test failed\"\r\n}",
                "options": {
                  "raw": {
                    "language": "json"
                  }
                }
              }
            },
            "response": [],
            "event": [
              {
                "listen": "test",
                "script": {
                  "id": "5249fdfc-7a6e-4874-903e-6a9b48159fa0",
                  "type": "text/javascript",
                  "exec": [
                    "pm.test(\"Creating a new group should return '201 Created'\", () => {\r",
                    "    pm.response.to.have.status(201);\r",
                    "});\r",
                    "\r",
                    "pm.test(\"Response should be JSON format\", () => {\r",
                    "    pm.response.to.be.json;\r",
                    "});"
                  ],
                  "_lastExecutionId": "5a075d4b-7f35-46ad-8440-6281af8b53d2"
                }
              }
            ]
          }
        ],
        "event": [],
        "protocolProfileBehavior": {}
      }
    ],
    "auth": {
      "type": "apikey",
      "apikey": [
        {
          "type": "any",
          "value": "{{apiKey}}",
          "key": "value"
        },
        {
          "type": "any",
          "value": "x-api-key",
          "key": "key"
        }
      ]
    },
    "event": [
      {
        "listen": "prerequest",
        "script": {
          "id": "9e8238dd-a137-4349-aae1-3c144d9aef0a",
          "type": "text/javascript",
          "exec": [
            ""
          ],
          "_lastExecutionId": "63434ee3-ed6f-4c96-8c3a-4b446b494666"
        }
      },
      {
        "listen": "test",
        "script": {
          "id": "1eb1e54f-2140-4671-8ac5-edf38ad41cc5",
          "type": "text/javascript",
          "exec": [
            ""
          ],
          "_lastExecutionId": "80b8ab36-873f-4700-8826-d7d63d323882"
        }
      }
    ],
    "protocolProfileBehavior": {},
    "variable": [
      {
        "id": "170dc3ce-0f7a-4f92-ab10-9c845d1ee223",
        "type": "string",
        "value": "https://test.calliope.pro/api/v2",
        "key": "baseUrl"
      },
      {
        "id": "1ce350fc-c45e-4577-9da6-7e3f0455091b",
        "type": "string",
        "value": "YjM4M2NkZDU1NGJmM2FmNDRiNDRjN2FkNDJjZWIxM2JjNDAyMmE5NjJhYzBjYWZkYjkyMWFjZThlYmZlNjhkNGIz",
        "key": "apiKey"
      },
      {
        "id": "20f8696a-b5cf-4fc8-9254-efb780885686",
        "type": "string",
        "value": "2916",
        "key": "profileId"
      },
      {
        "id": "af161237-866f-455a-a575-3d66c18d8a2a",
        "type": "string",
        "value": "1134",
        "key": "groupId"
      }
    ],
    "info": {
      "_postman_id": "85f17a42-4089-4982-85ed-b90aa6913996",
      "name": "Calliope Newman",
      "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
      "description": {
        "content": "A simplified version of the Calliope collection meant to test Newman output",
        "type": "text/plain"
      }
    }
  },
  "environment": {
    "id": "f6ce5446-8bd0-4827-a31c-ebe514e7803a",
    "values": []
  },
  "globals": {
    "id": "4182537a-fe40-4383-96c2-9f27e76ed0a0",
    "values": []
  },
  "run": {
    "stats": {
      "iterations": {
        "total": 1,
        "pending": 0,
        "failed": 0
      },
      "items": {
        "total": 3,
        "pending": 0,
        "failed": 0
      },
      "scripts": {
        "total": 9,
        "pending": 0,
        "failed": 0
      },
      "prerequests": {
        "total": 3,
        "pending": 0,
        "failed": 0
      },
      "requests": {
        "total": 3,
        "pending": 0,
        "failed": 0
      },
      "tests": {
        "total": 3,
        "pending": 0,
        "failed": 0
      },
      "assertions": {
        "total": 6,
        "pending": 0,
        "failed": 1
      },
      "testScripts": {
        "total": 6,
        "pending": 0,
        "failed": 0
      },
      "prerequestScripts": {
        "total": 3,
        "pending": 0,
        "failed": 0
      }
    },
    "timings": {
      "responseAverage": 79.66666666666667,
      "responseMin": 44,
      "responseMax": 137,
      "responseSd": 40.94169295745136,
      "dnsAverage": 0,
      "dnsMin": 0,
      "dnsMax": 0,
      "dnsSd": 0,
      "firstByteAverage": 0,
      "firstByteMin": 0,
      "firstByteMax": 0,
      "firstByteSd": 0,
      "started": 1605609469343,
      "completed": 1605609469912
    },
    "executions": [
      {
        "cursor": {
          "position": 0,
          "iteration": 0,
          "length": 3,
          "cycles": 1,
          "empty": false,
          "eof": false,
          "bof": true,
          "cr": false,
          "ref": "69b7772e-e04a-4a18-9242-f66d644514af",
          "httpRequestId": "edc21e5c-56b0-45d8-b8d1-2c020a4420cf"
        },
        "item": {
          "_": {
            "postman_id": "6565975e-be59-4077-ba97-c6b04fa3872b"
          },
          "id": "6565975e-be59-4077-ba97-c6b04fa3872b",
          "name": "/groups/{groupId}",
          "request": {
            "url": {
              "path": [
                "groups",
                "{{groupId}}"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "GET"
          },
          "response": [],
          "event": [
            {
              "listen": "test",
              "script": {
                "id": "9e618f10-3a77-4791-9ef2-3557861b03cf",
                "type": "text/javascript",
                "exec": [
                  "pm.test(\"Getting an existing group should return '200 OK'\", () => {\r",
                  "    pm.response.to.have.status(200);\r",
                  "});\r",
                  "\r",
                  "pm.test(\"Response should be JSON format\", () => {\r",
                  "    pm.response.to.be.json;\r",
                  "});"
                ],
                "_lastExecutionId": "4c3d888a-9668-4b28-a01d-144da38c3492"
              }
            }
          ]
        },
        "request": {
          "url": {
            "protocol": "https",
            "path": [
              "api",
              "v2",
              "groups",
              "1134"
            ],
            "host": [
              "test",
              "calliope",
              "pro"
            ],
            "query": [],
            "variable": []
          },
          "header": [
            {
              "key": "x-api-key",
              "value": "YjM4M2NkZDU1NGJmM2FmNDRiNDRjN2FkNDJjZWIxM2JjNDAyMmE5NjJhYzBjYWZkYjkyMWFjZThlYmZlNjhkNGIz",
              "system": true
            },
            {
              "key": "User-Agent",
              "value": "PostmanRuntime/7.26.8",
              "system": true
            },
            {
              "key": "Accept",
              "value": "*/*",
              "system": true
            },
            {
              "key": "Cache-Control",
              "value": "no-cache",
              "system": true
            },
            {
              "key": "Postman-Token",
              "value": "d261b714-aebe-4001-b475-859ee0936b39",
              "system": true
            },
            {
              "key": "Host",
              "value": "test.calliope.pro",
              "system": true
            },
            {
              "key": "Accept-Encoding",
              "value": "gzip, deflate, br",
              "system": true
            },
            {
              "key": "Connection",
              "value": "keep-alive",
              "system": true
            }
          ],
          "method": "GET",
          "auth": {
            "type": "apikey",
            "apikey": [
              {
                "type": "any",
                "value": "YjM4M2NkZDU1NGJmM2FmNDRiNDRjN2FkNDJjZWIxM2JjNDAyMmE5NjJhYzBjYWZkYjkyMWFjZThlYmZlNjhkNGIz",
                "key": "value"
              },
              {
                "type": "any",
                "value": "x-api-key",
                "key": "key"
              }
            ]
          }
        },
        "response": {
          "id": "c95dfe45-cb40-413d-a567-b51436adc5ce",
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Server",
              "value": "nginx"
            },
            {
              "key": "Date",
              "value": "Tue, 17 Nov 2020 10:37:50 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json; charset=utf-8"
            },
            {
              "key": "Transfer-Encoding",
              "value": "chunked"
            },
            {
              "key": "Connection",
              "value": "keep-alive"
            },
            {
              "key": "X-Frame-Options",
              "value": "SAMEORIGIN"
            },
            {
              "key": "X-XSS-Protection",
              "value": "1; mode=block"
            },
            {
              "key": "X-Content-Type-Options",
              "value": "nosniff"
            },
            {
              "key": "X-Download-Options",
              "value": "noopen"
            },
            {
              "key": "X-Permitted-Cross-Domain-Policies",
              "value": "none"
            },
            {
              "key": "Referrer-Policy",
              "value": "strict-origin-when-cross-origin"
            },
            {
              "key": "ETag",
              "value": "W/\"80259f42e03aaa8b4c537ad1d1bb4a56\""
            },
            {
              "key": "Cache-Control",
              "value": "max-age=0, private, must-revalidate"
            },
            {
              "key": "X-Request-Id",
              "value": "de1c4def-a680-4236-b1f8-fd1e1b50bc38"
            },
            {
              "key": "X-Runtime",
              "value": "0.026946"
            },
            {
              "key": "Strict-Transport-Security",
              "value": "max-age=31536000; includeSubDomains"
            }
          ],
          "stream": {
            "type": "Buffer",
            "data": [
              123,
              34,
              105,
              100,
              34,
              58,
              49,
              49,
              51,
              52,
              44,
              34,
              110,
              97,
              109,
              101,
              34,
              58,
              34,
              80,
              114,
              111,
              106,
              101,
              99,
              116,
              32,
              88,
              101,
              110,
              34,
              44,
              34,
              99,
              111,
              109,
              112,
              97,
              110,
              121,
              95,
              105,
              100,
              34,
              58,
              53,
              50,
              56,
              44,
              34,
              99,
              114,
              101,
              97,
              116,
              101,
              100,
              95,
              97,
              116,
              34,
              58,
              34,
              50,
              48,
              50,
              48,
              45,
              48,
              57,
              45,
              48,
              50,
              84,
              48,
              57,
              58,
              51,
              52,
              58,
              49,
              56,
              46,
              48,
              48,
              48,
              90,
              34,
              44,
              34,
              117,
              112,
              100,
              97,
              116,
              101,
              100,
              95,
              97,
              116,
              34,
              58,
              34,
              50,
              48,
              50,
              48,
              45,
              48,
              57,
              45,
              48,
              51,
              84,
              48,
              56,
              58,
              51,
              55,
              58,
              53,
              56,
              46,
              48,
              48,
              48,
              90,
              34,
              44,
              34,
              112,
              111,
              115,
              105,
              116,
              105,
              111,
              110,
              34,
              58,
              49,
              125
            ]
          },
          "cookie": [],
          "responseTime": 137,
          "responseSize": 142
        },
        "id": "6565975e-be59-4077-ba97-c6b04fa3872b",
        "assertions": [
          {
            "assertion": "Getting an existing group should return '200 OK'",
            "skipped": false
          },
          {
            "assertion": "Response should be JSON format",
            "skipped": false
          }
        ]
      },
      {
        "cursor": {
          "ref": "73920b18-7463-4b4b-bcb0-37bdd1f74618",
          "length": 3,
          "cycles": 1,
          "position": 1,
          "iteration": 0,
          "httpRequestId": "1bcddfb0-30f7-4f51-b867-605d269c8d4f"
        },
        "item": {
          "_": {
            "postman_id": "85e03323-72ec-4bf9-abf5-1762c1fba7fd"
          },
          "id": "85e03323-72ec-4bf9-abf5-1762c1fba7fd",
          "name": "/groups",
          "request": {
            "url": {
              "path": [
                "groups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "GET"
          },
          "response": [],
          "event": [
            {
              "listen": "test",
              "script": {
                "id": "9b09a8fb-694b-48a9-8ffb-98b5f9f0acd8",
                "type": "text/javascript",
                "exec": [
                  "pm.test(\"Getting groups should return '200 OK'\", () => {\r",
                  "    pm.response.to.have.status(200);\r",
                  "});\r",
                  "\r",
                  "pm.test(\"Response should be JSON format\", () => {\r",
                  "    pm.response.to.be.json;\r",
                  "});"
                ],
                "_lastExecutionId": "6d1cab68-6813-48f8-87a1-edb7ad31e1f1"
              }
            }
          ]
        },
        "request": {
          "url": {
            "protocol": "https",
            "path": [
              "api",
              "v2",
              "groups"
            ],
            "host": [
              "test",
              "calliope",
              "pro"
            ],
            "query": [],
            "variable": []
          },
          "header": [
            {
              "key": "x-api-key",
              "value": "YjM4M2NkZDU1NGJmM2FmNDRiNDRjN2FkNDJjZWIxM2JjNDAyMmE5NjJhYzBjYWZkYjkyMWFjZThlYmZlNjhkNGIz",
              "system": true
            },
            {
              "key": "User-Agent",
              "value": "PostmanRuntime/7.26.8",
              "system": true
            },
            {
              "key": "Accept",
              "value": "*/*",
              "system": true
            },
            {
              "key": "Cache-Control",
              "value": "no-cache",
              "system": true
            },
            {
              "key": "Postman-Token",
              "value": "5f09a459-d2e9-4835-8315-a1d0441a1cc9",
              "system": true
            },
            {
              "key": "Host",
              "value": "test.calliope.pro",
              "system": true
            },
            {
              "key": "Accept-Encoding",
              "value": "gzip, deflate, br",
              "system": true
            },
            {
              "key": "Connection",
              "value": "keep-alive",
              "system": true
            }
          ],
          "method": "GET",
          "auth": {
            "type": "apikey",
            "apikey": [
              {
                "type": "any",
                "value": "YjM4M2NkZDU1NGJmM2FmNDRiNDRjN2FkNDJjZWIxM2JjNDAyMmE5NjJhYzBjYWZkYjkyMWFjZThlYmZlNjhkNGIz",
                "key": "value"
              },
              {
                "type": "any",
                "value": "x-api-key",
                "key": "key"
              }
            ]
          }
        },
        "response": {
          "id": "65644011-807e-49c9-a3dd-4df374899168",
          "status": "OK",
          "code": 200,
          "header": [
            {
              "key": "Server",
              "value": "nginx"
            },
            {
              "key": "Date",
              "value": "Tue, 17 Nov 2020 10:37:50 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json; charset=utf-8"
            },
            {
              "key": "Transfer-Encoding",
              "value": "chunked"
            },
            {
              "key": "Connection",
              "value": "keep-alive"
            },
            {
              "key": "X-Frame-Options",
              "value": "SAMEORIGIN"
            },
            {
              "key": "X-XSS-Protection",
              "value": "1; mode=block"
            },
            {
              "key": "X-Content-Type-Options",
              "value": "nosniff"
            },
            {
              "key": "X-Download-Options",
              "value": "noopen"
            },
            {
              "key": "X-Permitted-Cross-Domain-Policies",
              "value": "none"
            },
            {
              "key": "Referrer-Policy",
              "value": "strict-origin-when-cross-origin"
            },
            {
              "key": "ETag",
              "value": "W/\"5f80b209066001958e6d15c90babc022\""
            },
            {
              "key": "Cache-Control",
              "value": "max-age=0, private, must-revalidate"
            },
            {
              "key": "X-Request-Id",
              "value": "17f6b4c6-a144-42c8-84c2-e6643178046c"
            },
            {
              "key": "X-Runtime",
              "value": "0.024883"
            },
            {
              "key": "Strict-Transport-Security",
              "value": "max-age=31536000; includeSubDomains"
            }
          ],
          "stream": {
            "type": "Buffer",
            "data": [
              91,
              123,
              34,
              105,
              100,
              34,
              58,
              49,
              49,
              51,
              52,
              44,
              34,
              110,
              97,
              109,
              101,
              34,
              58,
              34,
              80,
              114,
              111,
              106,
              101,
              99,
              116,
              32,
              88,
              101,
              110,
              34,
              44,
              34,
              99,
              111,
              109,
              112,
              97,
              110,
              121,
              95,
              105,
              100,
              34,
              58,
              53,
              50,
              56,
              44,
              34,
              99,
              114,
              101,
              97,
              116,
              101,
              100,
              95,
              97,
              116,
              34,
              58,
              34,
              50,
              48,
              50,
              48,
              45,
              48,
              57,
              45,
              48,
              50,
              84,
              48,
              57,
              58,
              51,
              52,
              58,
              49,
              56,
              46,
              48,
              48,
              48,
              90,
              34,
              44,
              34,
              117,
              112,
              100,
              97,
              116,
              101,
              100,
              95,
              97,
              116,
              34,
              58,
              34,
              50,
              48,
              50,
              48,
              45,
              48,
              57,
              45,
              48,
              51,
              84,
              48,
              56,
              58,
              51,
              55,
              58,
              53,
              56,
              46,
              48,
              48,
              48,
              90,
              34,
              44,
              34,
              112,
              111,
              115,
              105,
              116,
              105,
              111,
              110,
              34,
              58,
              49,
              125,
              44,
              123,
              34,
              105,
              100,
              34,
              58,
              53,
              48,
              56,
              51,
              44,
              34,
              110,
              97,
              109,
              101,
              34,
              58,
              34,
              50,
              48,
              50,
              48,
              45,
              49,
              49,
              45,
              49,
              49,
              84,
              49,
              48,
              58,
              48,
              51,
              58,
              48,
              56,
              46,
              54,
              48,
              48,
              90,
              34,
              44,
              34,
              99,
              111,
              109,
              112,
              97,
              110,
              121,
              95,
              105,
              100,
              34,
              58,
              53,
              50,
              56,
              44,
              34,
              99,
              114,
              101,
              97,
              116,
              101,
              100,
              95,
              97,
              116,
              34,
              58,
              34,
              50,
              48,
              50,
              48,
              45,
              49,
              49,
              45,
              49,
              49,
              84,
              49,
              48,
              58,
              48,
              51,
              58,
              48,
              56,
              46,
              48,
              48,
              48,
              90,
              34,
              44,
              34,
              117,
              112,
              100,
              97,
              116,
              101,
              100,
              95,
              97,
              116,
              34,
              58,
              34,
              50,
              48,
              50,
              48,
              45,
              49,
              49,
              45,
              49,
              49,
              84,
              49,
              48,
              58,
              48,
              51,
              58,
              48,
              56,
              46,
              48,
              48,
              48,
              90,
              34,
              44,
              34,
              112,
              111,
              115,
              105,
              116,
              105,
              111,
              110,
              34,
              58,
              50,
              125,
              44,
              123,
              34,
              105,
              100,
              34,
              58,
              49,
              49,
              51,
              55,
              44,
              34,
              110,
              97,
              109,
              101,
              34,
              58,
              34,
              77,
              121,
              32,
              112,
              114,
              111,
              106,
              101,
              99,
              116,
              34,
              44,
              34,
              99,
              111,
              109,
              112,
              97,
              110,
              121,
              95,
              105,
              100,
              34,
              58,
              53,
              51,
              49,
              44,
              34,
              99,
              114,
              101,
              97,
              116,
              101,
              100,
              95,
              97,
              116,
              34,
              58,
              34,
              50,
              48,
              50,
              48,
              45,
              48,
              57,
              45,
              49,
              53,
              84,
              48,
              55,
              58,
              52,
              50,
              58,
              51,
              54,
              46,
              48,
              48,
              48,
              90,
              34,
              44,
              34,
              117,
              112,
              100,
              97,
              116,
              101,
              100,
              95,
              97,
              116,
              34,
              58,
              34,
              50,
              48,
              50,
              48,
              45,
              48,
              57,
              45,
              49,
              53,
              84,
              48,
              55,
              58,
              52,
              50,
              58,
              51,
              54,
              46,
              48,
              48,
              48,
              90,
              34,
              44,
              34,
              112,
              111,
              115,
              105,
              116,
              105,
              111,
              110,
              34,
              58,
              49,
              125,
              93
            ]
          },
          "cookie": [],
          "responseTime": 44,
          "responseSize": 442
        },
        "id": "85e03323-72ec-4bf9-abf5-1762c1fba7fd",
        "assertions": [
          {
            "assertion": "Getting groups should return '200 OK'",
            "skipped": false
          },
          {
            "assertion": "Response should be JSON format",
            "skipped": false
          }
        ]
      },
      {
        "cursor": {
          "ref": "38adf2f0-772d-469d-9c8b-06e0a7b488af",
          "length": 3,
          "cycles": 1,
          "position": 2,
          "iteration": 0,
          "httpRequestId": "d06c1f67-7740-4221-8c26-f15e212ded90"
        },
        "item": {
          "_": {
            "postman_id": "791db655-8570-4236-aea5-611aded2d2d6"
          },
          "id": "791db655-8570-4236-aea5-611aded2d2d6",
          "name": "/groups",
          "request": {
            "url": {
              "path": [
                "groups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\r\n  \"name\": \"This name should be way too long and that's why this test failed\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [],
          "event": [
            {
              "listen": "test",
              "script": {
                "id": "5249fdfc-7a6e-4874-903e-6a9b48159fa0",
                "type": "text/javascript",
                "exec": [
                  "pm.test(\"Creating a new group should return '201 Created'\", () => {\r",
                  "    pm.response.to.have.status(201);\r",
                  "});\r",
                  "\r",
                  "pm.test(\"Response should be JSON format\", () => {\r",
                  "    pm.response.to.be.json;\r",
                  "});"
                ],
                "_lastExecutionId": "5a075d4b-7f35-46ad-8440-6281af8b53d2"
              }
            }
          ]
        },
        "request": {
          "url": {
            "protocol": "https",
            "path": [
              "api",
              "v2",
              "groups"
            ],
            "host": [
              "test",
              "calliope",
              "pro"
            ],
            "query": [],
            "variable": []
          },
          "header": [
            {
              "key": "x-api-key",
              "value": "YjM4M2NkZDU1NGJmM2FmNDRiNDRjN2FkNDJjZWIxM2JjNDAyMmE5NjJhYzBjYWZkYjkyMWFjZThlYmZlNjhkNGIz",
              "system": true
            },
            {
              "key": "Content-Type",
              "value": "application/json",
              "system": true
            },
            {
              "key": "User-Agent",
              "value": "PostmanRuntime/7.26.8",
              "system": true
            },
            {
              "key": "Accept",
              "value": "*/*",
              "system": true
            },
            {
              "key": "Cache-Control",
              "value": "no-cache",
              "system": true
            },
            {
              "key": "Postman-Token",
              "value": "5199dc69-1045-4cbd-b757-fe66b0cfd707",
              "system": true
            },
            {
              "key": "Host",
              "value": "test.calliope.pro",
              "system": true
            },
            {
              "key": "Accept-Encoding",
              "value": "gzip, deflate, br",
              "system": true
            },
            {
              "key": "Connection",
              "value": "keep-alive",
              "system": true
            },
            {
              "key": "Content-Length",
              "value": 82,
              "system": true
            }
          ],
          "method": "POST",
          "body": {
            "mode": "raw",
            "raw": "{\r\n  \"name\": \"This name should be way too long and that's why this test failed\"\r\n}",
            "options": {
              "raw": {
                "language": "json"
              }
            }
          },
          "auth": {
            "type": "apikey",
            "apikey": [
              {
                "type": "any",
                "value": "YjM4M2NkZDU1NGJmM2FmNDRiNDRjN2FkNDJjZWIxM2JjNDAyMmE5NjJhYzBjYWZkYjkyMWFjZThlYmZlNjhkNGIz",
                "key": "value"
              },
              {
                "type": "any",
                "value": "x-api-key",
                "key": "key"
              }
            ]
          }
        },
        "response": {
          "id": "af8917c3-dcb6-4937-94e2-4990808515f0",
          "status": "Bad Request",
          "code": 400,
          "header": [
            {
              "key": "Server",
              "value": "nginx"
            },
            {
              "key": "Date",
              "value": "Tue, 17 Nov 2020 10:37:50 GMT"
            },
            {
              "key": "Content-Type",
              "value": "application/json; charset=utf-8"
            },
            {
              "key": "Transfer-Encoding",
              "value": "chunked"
            },
            {
              "key": "Connection",
              "value": "keep-alive"
            },
            {
              "key": "X-Frame-Options",
              "value": "SAMEORIGIN"
            },
            {
              "key": "X-XSS-Protection",
              "value": "1; mode=block"
            },
            {
              "key": "X-Content-Type-Options",
              "value": "nosniff"
            },
            {
              "key": "X-Download-Options",
              "value": "noopen"
            },
            {
              "key": "X-Permitted-Cross-Domain-Policies",
              "value": "none"
            },
            {
              "key": "Referrer-Policy",
              "value": "strict-origin-when-cross-origin"
            },
            {
              "key": "Cache-Control",
              "value": "no-cache"
            },
            {
              "key": "X-Request-Id",
              "value": "23d6efc7-577a-461b-968a-18c552ca4b20"
            },
            {
              "key": "X-Runtime",
              "value": "0.038325"
            },
            {
              "key": "Strict-Transport-Security",
              "value": "max-age=31536000; includeSubDomains"
            }
          ],
          "stream": {
            "type": "Buffer",
            "data": [
              123,
              34,
              101,
              114,
              114,
              111,
              114,
              34,
              58,
              123,
              34,
              115,
              116,
              97,
              116,
              117,
              115,
              34,
              58,
              34,
              98,
              97,
              100,
              95,
              114,
              101,
              113,
              117,
              101,
              115,
              116,
              34,
              44,
              34,
              99,
              111,
              100,
              101,
              34,
              58,
              52,
              48,
              48,
              44,
              34,
              109,
              101,
              115,
              115,
              97,
              103,
              101,
              34,
              58,
              34,
              78,
              97,
              109,
              101,
              32,
              105,
              115,
              32,
              116,
              111,
              111,
              32,
              108,
              111,
              110,
              103,
              32,
              40,
              109,
              97,
              120,
              105,
              109,
              117,
              109,
              32,
              105,
              115,
              32,
              50,
              54,
              32,
              99,
              104,
              97,
              114,
              97,
              99,
              116,
              101,
              114,
              115,
              41,
              34,
              125,
              125
            ]
          },
          "cookie": [],
          "responseTime": 58,
          "responseSize": 101
        },
        "id": "791db655-8570-4236-aea5-611aded2d2d6",
        "assertions": [
          {
            "assertion": "Creating a new group should return '201 Created'",
            "skipped": false,
            "error": {
              "name": "AssertionError",
              "index": 0,
              "test": "Creating a new group should return '201 Created'",
              "message": "expected response to have status code 201 but got 400",
              "stack": "AssertionError: expected response to have status code 201 but got 400\n   at Object.eval sandbox-script.js:1:3)"
            }
          },
          {
            "assertion": "Response should be JSON format",
            "skipped": false
          }
        ]
      }
    ],
    "transfers": {
      "responseTotal": 685
    },
    "failures": [
      {
        "error": {
          "name": "AssertionError",
          "index": 0,
          "test": "Creating a new group should return '201 Created'",
          "message": "expected response to have status code 201 but got 400",
          "stack": "AssertionError: expected response to have status code 201 but got 400\n   at Object.eval sandbox-script.js:1:3)",
          "checksum": "2aab6b463b59cab0f267c923a57252ba",
          "id": "321535b1-2f85-4b26-91a4-780c74a23c4d",
          "timestamp": 1605609469878,
          "stacktrace": [
            {
              "fileName": "sandbox-script.js",
              "lineNumber": 1,
              "functionName": "Object.eval",
              "typeName": "Object",
              "methodName": "eval",
              "columnNumber": 3,
              "native": false
            }
          ]
        },
        "at": "assertion:0 in test-script",
        "source": {
          "_": {
            "postman_id": "791db655-8570-4236-aea5-611aded2d2d6"
          },
          "id": "791db655-8570-4236-aea5-611aded2d2d6",
          "name": "/groups",
          "request": {
            "url": {
              "path": [
                "groups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\r\n  \"name\": \"This name should be way too long and that's why this test failed\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [],
          "event": [
            {
              "listen": "test",
              "script": {
                "id": "5249fdfc-7a6e-4874-903e-6a9b48159fa0",
                "type": "text/javascript",
                "exec": [
                  "pm.test(\"Creating a new group should return '201 Created'\", () => {\r",
                  "    pm.response.to.have.status(201);\r",
                  "});\r",
                  "\r",
                  "pm.test(\"Response should be JSON format\", () => {\r",
                  "    pm.response.to.be.json;\r",
                  "});"
                ],
                "_lastExecutionId": "5a075d4b-7f35-46ad-8440-6281af8b53d2"
              }
            }
          ]
        },
        "parent": {
          "_": {
            "postman_id": "1e343b9a-4d03-4420-8547-f6d11884a0bf"
          },
          "id": "1e343b9a-4d03-4420-8547-f6d11884a0bf",
          "name": "groups",
          "item": [
            {
              "_": {
                "postman_id": "6565975e-be59-4077-ba97-c6b04fa3872b"
              },
              "id": "6565975e-be59-4077-ba97-c6b04fa3872b",
              "name": "/groups/{groupId}",
              "request": {
                "url": {
                  "path": [
                    "groups",
                    "{{groupId}}"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET"
              },
              "response": [],
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "id": "9e618f10-3a77-4791-9ef2-3557861b03cf",
                    "type": "text/javascript",
                    "exec": [
                      "pm.test(\"Getting an existing group should return '200 OK'\", () => {\r",
                      "    pm.response.to.have.status(200);\r",
                      "});\r",
                      "\r",
                      "pm.test(\"Response should be JSON format\", () => {\r",
                      "    pm.response.to.be.json;\r",
                      "});"
                    ],
                    "_lastExecutionId": "4c3d888a-9668-4b28-a01d-144da38c3492"
                  }
                }
              ]
            },
            {
              "_": {
                "postman_id": "85e03323-72ec-4bf9-abf5-1762c1fba7fd"
              },
              "id": "85e03323-72ec-4bf9-abf5-1762c1fba7fd",
              "name": "/groups",
              "request": {
                "url": {
                  "path": [
                    "groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET"
              },
              "response": [],
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "id": "9b09a8fb-694b-48a9-8ffb-98b5f9f0acd8",
                    "type": "text/javascript",
                    "exec": [
                      "pm.test(\"Getting groups should return '200 OK'\", () => {\r",
                      "    pm.response.to.have.status(200);\r",
                      "});\r",
                      "\r",
                      "pm.test(\"Response should be JSON format\", () => {\r",
                      "    pm.response.to.be.json;\r",
                      "});"
                    ],
                    "_lastExecutionId": "6d1cab68-6813-48f8-87a1-edb7ad31e1f1"
                  }
                }
              ]
            },
            {
              "_": {
                "postman_id": "791db655-8570-4236-aea5-611aded2d2d6"
              },
              "id": "791db655-8570-4236-aea5-611aded2d2d6",
              "name": "/groups",
              "request": {
                "url": {
                  "path": [
                    "groups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n  \"name\": \"This name should be way too long and that's why this test failed\"\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "response": [],
              "event": [
                {
                  "listen": "test",
                  "script": {
                    "id": "5249fdfc-7a6e-4874-903e-6a9b48159fa0",
                    "type": "text/javascript",
                    "exec": [
                      "pm.test(\"Creating a new group should return '201 Created'\", () => {\r",
                      "    pm.response.to.have.status(201);\r",
                      "});\r",
                      "\r",
                      "pm.test(\"Response should be JSON format\", () => {\r",
                      "    pm.response.to.be.json;\r",
                      "});"
                    ],
                    "_lastExecutionId": "5a075d4b-7f35-46ad-8440-6281af8b53d2"
                  }
                }
              ]
            }
          ],
          "event": [],
          "protocolProfileBehavior": {}
        },
        "cursor": {
          "ref": "38adf2f0-772d-469d-9c8b-06e0a7b488af",
          "length": 3,
          "cycles": 1,
          "position": 2,
          "iteration": 0,
          "httpRequestId": "d06c1f67-7740-4221-8c26-f15e212ded90",
          "scriptId": "5249fdfc-7a6e-4874-903e-6a9b48159fa0",
          "execution": "5a075d4b-7f35-46ad-8440-6281af8b53d2"
        }
      }
    ],
    "error": null
  }
}