Authorization: Bearer ********************curl --location --request GET '/desktop/product-variants/graph/21971?criteria=last_year' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Product variant price history fetched successfully!",
"data": {
"graphData": [
{
"date": "2024-01-01",
"cost_price": 0
},
{
"date": "2024-02-01",
"cost_price": 0
},
{
"date": "2024-03-01",
"cost_price": 0
},
{
"date": "2024-04-01",
"cost_price": 0
},
{
"date": "2024-05-01",
"cost_price": 0
},
{
"date": "2024-06-01",
"cost_price": 0
},
{
"date": "2024-07-01",
"cost_price": "Bs 105,000.00"
},
{
"date": "2024-08-01",
"cost_price": 0
},
{
"date": "2024-09-01",
"cost_price": 0
},
{
"date": "2024-10-01",
"cost_price": 0
},
{
"date": "2024-11-01",
"cost_price": 0
},
{
"date": "2024-12-01",
"cost_price": 0
}
],
"xAxis": "month"
}
}