(scanType)
| 19106 | } |
| 19107 | return await response.json(); |
| 19108 | } catch (error) { |
| 19109 | console.error(`Error fetching ${endpoint}:`, error); |
| 19110 | throw error; |
| 19111 | } |
| 19112 | } |
| 19113 | |
| 19114 | async function postAPI(endpoint, data) { |
| 19115 | try { |
| 19116 | const response = await networkAwareFetch(endpoint, { |