curl --location --request POST 'https://www.oschina.net/action/openapi/favorite_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"page/pageIndex": 0,
"pageSize": 0,
"access_token": "string",
"dataType": "string"
}'{
"notice": {
"replyCount": 0,
"msgCount": 0,
"fansCount": 0,
"referCount": 0
},
"favoriteList": [
{
"title": "helloworld",
"objid": 9688,
"type": 5,
"url": "http://oschina.org/code/snippet_253472_9688"
},
{
"title": "JetBrains 开发工具商业授权全面六折!",
"objid": 26745,
"type": 4,
"url": "http://oschina.org/news/26745"
}
]
}