Authorization: Bearer ********************curl --location --request GET '/api/community/groups/repository?page=1&page_size=20&type=all&group_id=1' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"type": "string",
"title": "string",
"url": "string",
"file_size": 0,
"published_at": "2019-08-24T14:15:22.123Z",
"download_count": 0
}
],
"pagination": {
"page": 1,
"page_size": 20,
"total": 0
}
}