curl --location 'https://oauth.cliquify.me/api/brand-kit-logos?brand_kit_id=&per_page=25&page=1' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"file_type": "png",
"cdn_url": "https://cdn.example.com/brandkit/logos/company-logo.png"
},
{
"file_type": "svg",
"cdn_url": "https://cdn.example.com/brandkit/logos/alt-logo.svg"
}
]
}