{
    "info": {
        "_postman_id": "176e35d8-bc88-425d-aca6-bf3efc4dea33",
        "name": "ows-content-review",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "Hello",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "grass-account-type",
                        "value": "vendor",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "grass-account-id",
                        "value": "33088",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "orchard-user-id",
                        "value": "oa:562",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "session",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "url": {
                    "raw": "https://qa-ows-content-review.theorchard.io/world",
                    "protocol": "https",
                    "host": [
                        "qa-ows-content-review",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "world"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "hello_world",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "grass-account-type",
                        "value": "vendor",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "grass-account-id",
                        "value": "33088",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "orchard-user-id",
                        "value": "oa:562",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "session",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "url": {
                    "raw": "https://qa-ows-content-review.theorchard.io/hello_world_username='testing'",
                    "protocol": "https",
                    "host": [
                        "qa-ows-content-review",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "hello_world_username='testing'"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "https://qa-ows-content-review.theorchard.io/create_product_review_status",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "grass-account-type",
                        "value": "vendor",
                        "type": "text"
                    },
                    {
                        "key": "grass-account-id",
                        "value": "33088",
                        "type": "text"
                    },
                    {
                        "key": "orchard-user-id",
                        "value": "alw:78964",
                        "type": "text"
                    },
                    {
                        "key": "session",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "body": {
                    "mode": "raw",
                    "raw": "{\r\n  \"product_ids\": [\r\n    2776309\r\n  ]\r\n}",
                    "options": {
                        "raw": {
                            "language": "json"
                        }
                    }
                },
                "url": {
                    "raw": "https://qa-ows-content-review.theorchard.io/mena/products",
                    "protocol": "https",
                    "host": [
                        "qa-ows-content-review",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "mena",
                        "products"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "https://qa-ows-content-review.theorchard.io/update_product_review_status",
            "request": {
                "method": "PUT",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "grass-account-type",
                        "value": "vendor",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "grass-account-id",
                        "value": "33088",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "orchard-user-id",
                        "value": "alw:78964",
                        "type": "text",
                        "disabled": true
                    },
                    {
                        "key": "session",
                        "value": "",
                        "type": "text",
                        "disabled": true
                    }
                ],
                "body": {
                    "mode": "raw",
                    "raw": "{\r\n  \"review_timestamp\": \"2017-08-15 11:26:19\",\r\n  \"review_status\": \"Approved\"\r\n}",
                    "options": {
                        "raw": {
                            "language": "json"
                        }
                    }
                },
                "url": {
                    "raw": "https://qa-ows-content-review.theorchard.io/mena/products",
                    "protocol": "https",
                    "host": [
                        "qa-ows-content-review",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "mena",
                        "products"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "https://qa-ows-content-review.theorchard.io//mena/products/2776309",
            "request": {
                "method": "GET",
                "header": [],
                "url": {
                    "raw": "https://qa-ows-content-review.theorchard.io//mena/products/2776309",
                    "protocol": "https",
                    "host": [
                        "qa-ows-content-review",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "",
                        "mena",
                        "products",
                        "2776309"
                    ]
                }
            },
            "response": []
        }
    ],
    "protocolProfileBehavior": {}
}