BrandImage retrieved successfully
const response = await fetch('https://api.zydon.com.br/api/sales/brands/{id}/image?organization_id=123e4567-e89b-12d3-a456-426614174000', { method: 'GET', headers: {}, }); const data = await response.json();
binary