curl --location --request GET '/api/rest/sales-goals/shop/?locationId&from&to'{
"success": true,
"data": {
"locationId": 0,
"shopifyLocationId": 0,
"from": "string",
"to": "string",
"weekly": [
{
"weekStart": "string",
"salesGoal": 0,
"actualSales": 0,
"laborCostGoal": 0,
"laborAmount": 0
}
],
"totalSalesGoal": 0,
"totalActualSales": 0,
"totalLaborCostGoal": 0,
"totalLaborAmount": 0
}
}