curl --location --request POST 'https://www.oschina.net/action/openapi/blog_catalog_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "string",
"authoruid": 0,
"authoruname": "string"
}'{
"blog_sys_catalog_list": [
{
"id": 122,
"name": "asdf",
"sort": 1
}
],
"blog_user_catalog_list": [
{
"id": 122,
"name": "asdf",
"sort": 1
}
]
}