I have simple helper function for API calls, like below
const API_GET = async (params) => fetch(params) then();
And i need to use few