Validate customer purchases
GET /api.sidedish.dev/purchases -H X-Sidedish-API-Key=sidedish account token of the merchant of the product -H X-Sidedish-Store-Id= specific store id
id
{ "purchases": [ { "id": "5f8d0f0a-d8a0-4f5e-a2d7-e2e0e8e9e8e7", "active": true, "type": "subscription", "productId": "5f8d0f0a-d8a0-4f5e-a2d7-e2e0e8e9e8e7", "userId": "5f8d0f0a-d8a0-4f5e-a2d7-e2e0e8e9e8e7", } ] }