const response = await fetch("https://algapsa.com/api/v1/inventory/units?page=1&limit=1&search=string&status=string&location_id=01HN2K7VRB9PQ3Y0000000000&service_id=01HN2K7VRB9PQ3Y0000000000", {
method: "GET",
headers: {
"X-API-Key": "$ALGA_API_KEY",
}
});
const data = await response.json();