curl --location --request GET 'https://staging.syncode.anggita.org/api/users/me/bookmarks?cursor&limit' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"difficulty": "easy",
"tags": [
"string"
],
"company": "string",
"acceptanceRate": 0,
"isBookmarked": true,
"attemptStatus": "solved",
"testCaseCount": 0,
"hiddenTestCaseCount": 0,
"totalSubmissions": 0,
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"nextCursor": "string",
"hasMore": true
}
}