{
    "info": {
        "_postman_id": "7b82602a-a95c-4b91-b783-e7e9251a300a",
        "name": "Monika Monitor Collection",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "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": []
        }
    ]
}
