Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request GET 'https://api.belga.press/belgapress/api/users//labels?count&offset&type&collaborationtypes' \
--header 'Authorization: Bearer <token>'{
"_links": {
"next": "http://example.com",
"prev": "http://example.com",
"self": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"collaboration": {
"editors": [
{
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"organizationName": "string",
"userId": 0
}
],
"owners": [
{
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"organizationName": "string",
"userId": 0
}
],
"type": "PRIVATE"
},
"id": 0,
"name": "string",
"order": 0,
"parentId": 0,
"type": "LABEL"
}
]
}