top_products_json across daily rollup rows for COMPLETEDdays rows × ~20 products each) and adds aAuthorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/top-products?limit=&days=&start_date=&end_date=&granularity=&tz=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "string",
"name": "string",
"sku": "string",
"quantity_sold": 0,
"revenue": 0,
"percentage": 0
}
],
"message": "string"
}