connected=false when the store has no advertiser_id on fileconnected=true with an errorAuthorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//settings/tracking/tiktok/report?days=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"connected": true,
"advertiser_id": "string",
"start_date": "string",
"end_date": "string",
"spend": 0,
"impressions": 0,
"clicks": 0,
"conversions": 0,
"cost_per_conversion": 0,
"ctr": 0,
"error": "string"
},
"message": "string"
}