[
    {
        "scope": "https://search-staging.findify.io:443",
        "method": "post",
        "path": "/v3/autocomplete",
        "body": {
            "user": {
                "lang": [
                    "en-GB"
                ],
                "uid": "test1",
                "sid": "ssid1",
                "email": "test2@test.com",
                "ip": "192.168.0.1",
                "ua": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36"
            },
            "t_client": 1508153327835,
            "key": "0d2f3aad-8702-46ad-a786-ae9fe2670294",
            "q": "tesl",
            "item_limit": 2,
            "suggestion_limit": 3
        },
        "status": 200,
        "response": {
            "meta": {
                "q": "tesl",
                "suggestion_limit": 3,
                "item_limit": 2,
                "rid": "<stripped>"
            },
            "suggestions": [
                {
                    "value": "tesla double"
                },
                {
                    "value": "tesla double arm"
                },
                {
                    "value": "tesla"
                }
            ],
            "items": [
                {
                    "product_url": "https://smoke-cartel.myshopify.com/products/nexus-glass-tesla-dual-arm-recycler",
                    "reviews": {
                        "total_reviews": 3,
                        "average_score": 3.33
                    },
                    "price": [
                        270,
                        285
                    ],
                    "discount": [
                        5,
                        10
                    ],
                    "stickers": {
                        "discount": [
                            10,
                            5
                        ],
                        "availability": true,
                        "in-stock": true,
                        "out-of-stock": false,
                        "free-shipping": false
                    },
                    "availability": true,
                    "id": "373056192",
                    "title": "Nexus Glass \"Tesla\" Double Arm Recycler",
                    "thumbnail_url": "https://cdn.shopify.com/s/files/1/0350/8253/products/NEXUS-NEW-TESLA_1_small.jpg?v=1427383897",
                    "hash": "AV11VmrACQkVMwqrFH4Y",
                    "custom_fields": {},
                    "compare_at": 300
                }
            ]
        },
        "rawHeaders": [
            "Access-Control-Allow-Headers",
            "Content-type,Accept,x-key",
            "Access-Control-Allow-Methods",
            "GET,POST,OPTIONS",
            "Access-Control-Allow-Origin",
            "*",
            "Cache-Control",
            "no-cache, no-store, must-revalidate",
            "Content-Type",
            "application/json; charset=utf-8",
            "Date",
            "Mon, 16 Oct 2017 11:28:48 GMT",
            "ETag",
            "W/\"2fc-A8uiahtmwRnjzIlLc8bB2+FyLLg\"",
            "Expires",
            "0",
            "Pragma",
            "no-cache",
            "Server",
            "nginx/1.12.1",
            "Content-Length",
            "764",
            "Connection",
            "Close"
        ]
    }
]