I\'m using VueJS in my front-end, so I have this API call somewhere in the front-end code:
let products = axios.get(\'api/products\');
Return the data via json and decode them in your frontend again. Maybe this helps?