Authorization: Bearer ********************curl --location '/_foxbot/blacklist/export?since=&cursor=&size=' \
--header 'Authorization: Bearer <token>'{
"data": {
"size": 0,
"has_more": true,
"next_cursor": 0,
"items": [
{
"id": 0,
"qq": "string",
"reason_code": 0,
"reason_name": "string",
"severity": 0,
"is_danger_user": true,
"server_ts": "string",
"expires_at": "string",
"source_group": "string"
}
]
}
}