{}curl --location --request GET 'http://127.0.0.1/v1.0/exclusive/data/publisher/?nextToken=&maxResults=' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"data": [
{
"unionId": "string",
"publisherName": "string",
"publisherArticleCntStd": "string",
"publisherArticlePvCntStd": "string"
}
],
"publisherCntStd": "string",
"publisherArticleCntStd": "string",
"publisherArticlePvCntStd": "string",
"publisherArticlePvTop5": [
{
"name": "string"
}
],
"nextToken": 0,
"hasMore": true
}