Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request POST 'https://api.belga.press/belgapress/api/organizations//brands' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"logo": {
"id": 0,
"url": "http://example.com"
},
"coverImage": {
"id": 0,
"url": "http://example.com"
},
"accentColor": "string"
}'{
"accentColor": "string",
"coverImage": {
"id": 0,
"url": "http://example.com"
},
"description": "string",
"id": 0,
"logo": {
"id": 0,
"url": "http://example.com"
},
"name": "string",
"updateDate": "2019-08-24T14:15:22.123Z"
}