const response = await fetch("https://algapsa.com/api/v1/users/{id}/activity?page=string&limit=string&from_date=string&to_date=string&activity_type=string&ip_address=string", {
method: "GET",
headers: {
"X-API-Key": "$ALGA_API_KEY",
}
});
const data = await response.json();