curl --location 'https://staging.syncode.anggita.org/api/admin/users?cursor=undefined&limit=undefined&search=undefined&role=undefined&isBanned=undefined&sortBy=undefined&sortOrder=undefined'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"username": "string",
"email": "user@example.com",
"displayName": "string",
"role": "user",
"isBanned": true,
"bannedReason": "string",
"totalSessions": 0,
"lastActiveAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"nextCursor": "string",
"hasMore": true
}
}