{
"data": [
{
"id": {
"$oid": "<string>"
},
"user_id": 123,
"username": "<string>",
"guild": 123,
"type_": "<string>",
"reason": "<string>",
"moderator": "<string>",
"moderator_id": 123,
"epoch": 123,
"until_epoch": 123
}
],
"pagination": {
"next_cursor": 123,
"limit": 123,
"has_more": true
}
}