curl --request POST \
--url https://services.leadconnectorhq.com/blogs/posts/top-category-by-view-count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"data": [
"<string>"
]
}
'curl --request POST \
--url https://services.leadconnectorhq.com/blogs/posts/top-category-by-view-count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"data": [
"<string>"
]
}
'Was this page helpful?