X-API-KEY-ID: ********************X-API-KEY-SECRET: ********************curl --location 'https://app.balkan.id/api/rest/v0/rest/public/branding?tenantID=&subdomain=' \
--header 'X-Api-Key-ID;' \
--header 'X-Api-Key-Secret;' \
--header 'X-API-KEY-ID: <api-key>' \
--header 'X-API-KEY-SECRET: <api-key>' \
--header 'Content-Type: application/json'{
"logo": {
"small": "string",
"smallDark": "string",
"large": "string",
"largeDark": "string"
},
"customerName": "string",
"subdomain": "string"
}