const response = await fetch("https://algapsa.com/api/v1/invoices/{id}?page=string&limit=string&sort=string&order=asc&include_items=true&include_client=true", {
method: "GET",
headers: {
"X-API-Key": "$ALGA_API_KEY",
}
});
const data = await response.json();