curl --request POST \
--url http://api.superwize.ai/api/bookmarks/listGroups[
{
"id": "obj_01JHKZ0PV2WX123456789",
"name": "Study Notes",
"color": "#6366f1",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_count": {
"items": 3
}
}
]Returns all bookmark groups for the current user with item counts.
curl --request POST \
--url http://api.superwize.ai/api/bookmarks/listGroups[
{
"id": "obj_01JHKZ0PV2WX123456789",
"name": "Study Notes",
"color": "#6366f1",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_count": {
"items": 3
}
}
]