export const BASE_URL = "https://iut-rcc-infoapi.univ-reims.fr/bookmarks"; /** * Fetch bookmarks from the API. * @returns { Promise<BookmarksCollection> } An object containing the API response */ export function getAllBookmarks() { }