{
"data": [
{
"id": {
"$oid": "<string>"
},
"username": "<string>",
"nickname": "<string>",
"user_id": 123,
"type_": "<string>",
"start_epoch": 123,
"breaks": [
{}
],
"guild": 123,
"moderations": [
{}
],
"added_time": 123,
"removed_time": 123,
"end_epoch": 123
}
],
"pagination": {
"next_cursor": 123,
"limit": 123,
"has_more": true
}
}