curl --location --request GET '/admin/system/operation_log/export/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"request_modular": "string",
"request_path": "string",
"request_body": "string",
"request_method": "string",
"request_msg": "string",
"request_ip": "string",
"request_browser": "string",
"response_code": "string",
"request_location": "string",
"request_os": "string",
"json_result": "string",
"status": true,
"creator": "string"
}
]
}