curl --location --request GET 'https://oauth.cliquify.me/api/brand-kit-logos?brand_kit_id=c4ca4238a0b923820dcc509a6f75849b&per_page=25&page' \
--header 'Authorization: Bearer YOUR_ACCESS_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"
}
]
}