{
    "info": {
        "_postman_id": "3acf8ed8-96d7-4fb4-ae7b-adc7fa23054c",
        "name": "Bff-notification",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "hello",
            "request": {
                "method": "GET",
                "header": [],
                "url": {
                    "raw": "https://qa-bff-notifications.theorchard.io/hello/",
                    "protocol": "https",
                    "host": [
                        "qa-bff-notifications",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "hello",
                        ""
                    ]
                }
            },
            "response": []
        },
        {
            "name": "unsubscribe",
            "request": {
                "method": "GET",
                "header": [],
                "url": {
                    "raw": "https://qa-bff-notifications.theorchard.io/unsubscribe?user_id=oa:1686&feed_name=label_analytics_digest&feed_id=vendor_1234&key=309666ae96169e8f39e9a7b4f9e34137e1cefa81",
                    "protocol": "https",
                    "host": [
                        "qa-bff-notifications",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "unsubscribe"
                    ],
                    "query": [
                        {
                            "key": "user_id",
                            "value": "oa:1686"
                        },
                        {
                            "key": "feed_name",
                            "value": "label_analytics_digest"
                        },
                        {
                            "key": "feed_id",
                            "value": "vendor_1234"
                        },
                        {
                            "key": "key",
                            "value": "309666ae96169e8f39e9a7b4f9e34137e1cefa81"
                        }
                    ]
                }
            },
            "response": []
        }
    ]
}
