curl --location --request PUT 'http://dev-cn.your-api-server.com/packs/123/featuredDocs' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"url": "string",
"isPinned": true
}
]
}'
{}