{
    "pingers": [
        {
            "api_url": "/api/feed/v2",
            "method": "GET",
            "return_code": 200
        },
        {
            "api_url": "/api/session",
            "method": "GET",
            "return_code": 200
        },
        {
            "api_url": "/api/trending/metaplaylist",
            "method": "GET",
            "return_code": 200
        },
        {
            "api_url": "/api/radio/tags",
            "method": "GET",
            "return_code": 200
        },
        {
            "api_url": "/api/search/inference",
            "method": "POST",
            "payload": "{\"sentence\": \"hello world\"}",
            "return_code": 200
        },
        {
            "api_url": "/api/search",
            "method": "POST",
            "payload": "{\"search_queries\":[{\"name\":\"playlist\",\"search_type\":\"playlist\",\"term\":\"hello\",\"from_index\":0,\"rank_by\":\"trending\"}]}",
            "return_code": 200
        }
    ]
}
