x-storefront-token; optional scope via x-storefront-scope or scope query.curl --location --request GET 'https://api.craftcart.io/api/v1/storefront/products//reviews?page&limit' \
--header 'x-storefront-token: <api-key>'{"success":true,"data":{"items":[{"id":"6630a8f95d6a4d7481dfc888","productId":"6629c84f5d6a4d7481dfc111","orderId":"6629c84f5d6a4d7481dfcabc","rating":5,"title":"Great","body":"Would buy again","displayName":"Jane D","verifiedPurchase":true,"moderationState":"approved"}],"summary":{"averageRating":5,"reviewCount":1}},"meta":{"page":1,"limit":20,"total":1,"totalPages":1}}