Fetches all information on a customer.
Last updated 1 year ago
The customers have been successfully retreived
const response = await fetch('/v1/customer', { method: 'GET', headers: {}, }); const data = await response.json();