Last updated 3 days ago
OK
const response = await fetch('https://api.cegedim.cloud/itcare/operations', { method: 'GET', headers: {}, }); const data = await response.json();
[]