curl --request POST \
--url http://localhost:8080/cabinet/branding/logo \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"name": "<string>",
"logo_letter": "<string>",
"has_custom_logo": true,
"logo_url": "<string>"
}Upload a custom logo. Admin only.
curl --request POST \
--url http://localhost:8080/cabinet/branding/logo \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"name": "<string>",
"logo_letter": "<string>",
"has_custom_logo": true,
"logo_url": "<string>"
}