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