curl --location --request GET 'http://dev-cn.your-api-server.com/packs/123/featuredDocs'
{
"items": [
{
"doc": {
"id": "AbCDeFGH",
"href": "https://coda.io/apis/v1/docs/AbCDeFGH",
"browserLink": "https://coda.io/d/_dAbCDeFGH",
"type": "doc"
},
"docStatus": "docInaccessibleOrDoesNotExist",
"isPinned": true,
"publishedUrl": "string"
}
]
}