Using [GET /skus/:id/products](https://developer.skroutz.gr/api/v3/product/#retrieve-an-skus-products) to get an SKU's products, I always get 404 even though the SKU has products :( This was a working call (last time I checked was almost a year ago) and now it seems that it stopped working. Example call: ``` curl \ --verbose \ --request GET \ --header 'Accept: application/vnd.skroutz+json; version=3.2' \ --header 'Authorization: Bearer redacted' \ 'https://api.skroutz.gr/skus/25549852/products' ```