Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/targets' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"targets": [
{
"metric": "string",
"period": "string",
"target_value": 0,
"actual_value": 0,
"progress_pct": 0,
"expected_pct": 0,
"pace": "string",
"projected_value": 0,
"days_elapsed": 0,
"days_remaining": 0,
"days_total": 0,
"period_start": "string",
"period_end": "string"
}
]
},
"message": "string"
}