page parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.curl --location --request GET 'https://demo.myshopify.com//admin/api//customer_saved_searches.json'{
    "customer_saved_searches": [
        {
            "id": 789629109,
            "name": "Accepts Marketing",
            "created_at": "2022-12-27T12:56:35-05:00",
            "updated_at": "2022-12-27T12:56:35-05:00",
            "query": "accepts_marketing:1"
        },
        {
            "id": 20610973,
            "name": "Canadian Snowboarders",
            "created_at": "2022-12-27T12:56:35-05:00",
            "updated_at": "2022-12-27T12:56:35-05:00",
            "query": "country:Canada"
        },
        {
            "id": 669439218,
            "name": "Premier Customers",
            "created_at": "2022-12-27T12:56:35-05:00",
            "updated_at": "2022-12-27T12:56:35-05:00",
            "query": "John Smith orders_count:>10 total_spent:>100.00"
        }
    ]
}