Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request PUT 'https://api.belga.press/belgapress/api/labels//clear' \
--header 'Authorization: Bearer <token>'{
"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"
}