curl --location 'https://api.swonkie.dev/v2/profile/insights/metrics?net=facebook&insightType=daily&search=engagements&skip=0&take=50' \
--header 'X-API-ID: ' \
--header 'X-API-KEY: '{
"hasMore": true,
"items": [
{
"code": "fb-daily-page-fans",
"type": "NUMBER",
"insightType": "daily"
}
],
"total": 28,
"notes": {
"metricsDeprecated": {
"message": "string",
"metrics": [
{
"metric": "string",
"deprecatedAt": "2019-08-24T14:15:22.123Z",
"deprecationArticle": "http://example.com"
}
]
},
"futureDeprecatedMetrics": {
"message": "string",
"metrics": [
{
"metric": "string",
"deprecatedAt": "2019-08-24T14:15:22.123Z",
"deprecationArticle": "http://example.com"
}
]
}
}
}