/products/{id}/recommended
curl -L \ --url 'https://api.zydon.com.br/api/sales/products/{id}/recommended' \ --header 'Authorization: Bearer JWT'
{ "items": [ { "id": "text", "recommended_product_id": "text", "name": "text", "sku": "text", "short_description": "text", "image": { "resource_file_id": "123e4567-e89b-12d3-a456-426614174000", "image_url": "text", "main": true } } ] }