{
    "info": {
        "_postman_id": "0653fc29-a517-4f78-820a-66b207c7cd62",
        "name": "Monika Monitor Collection",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "Group1",
            "item": [
                {
                    "name": "[BODY-NONE] Hyperjump GitHub",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                },
                {
                    "name": "[BODY-FORMDATA] Hyperjump GitHub",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "message",
                                    "value": "Hello, world!",
                                    "type": "default"
                                }
                            ],
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                },
                {
                    "name": "[BODY-URLENCODED] Hyperjump GitHub",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "urlencoded",
                            "urlencoded": [
                                {
                                    "key": "message",
                                    "value": "Hello, world!",
                                    "type": "default"
                                }
                            ],
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                },
                {
                    "name": "[BODY-RAW-TEXT] Hyperjump GitHub",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "Hello, world!",
                            "options": {
                                "raw": {
                                    "language": "text"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                },
                {
                    "name": "[BODY-RAW-JSON] Hyperjump GitHub",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"message\": \"Hello, world!\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Group2",
            "item": [
                {
                    "name": "[BODY-NONE] Hyperjump GitHub",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                },
                {
                    "name": "[BODY-FORMDATA] Hyperjump GitHub",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "message",
                                    "value": "Hello, world!",
                                    "type": "default"
                                }
                            ],
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                },
                {
                    "name": "[BODY-URLENCODED] Hyperjump GitHub",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "urlencoded",
                            "urlencoded": [
                                {
                                    "key": "message",
                                    "value": "Hello, world!",
                                    "type": "default"
                                }
                            ],
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                },
                {
                    "name": "[BODY-RAW-TEXT] Hyperjump GitHub",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "Hello, world!",
                            "options": {
                                "raw": {
                                    "language": "text"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                },
                {
                    "name": "[BODY-RAW-JSON] Hyperjump GitHub",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"message\": \"Hello, world!\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "https://api.github.com/users/hyperjumptech",
                            "protocol": "https",
                            "host": ["api", "github", "com"],
                            "path": ["users", "hyperjumptech"]
                        }
                    },
                    "response": []
                }
            ]
        }
    ]
}
