curl --location 'https://api.tvunetworks.com/log/query' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"clear_path": "string",
"end_time": 0,
"is_success": 0,
"object_id": "string",
"operation_type": 0,
"operator": "string",
"page_num": 0,
"page_size": 0,
"rule_id": 0,
"start_time": 0
}'{
"error_code": 0,
"error_message": "string",
"log_list": [
{
"bucket": "string",
"clear_path": "string",
"created_time": 0,
"data_create_time": 0,
"id": 0,
"is_success": 0,
"message": "string",
"object_id": "string",
"operation": "string",
"operation_type": 0,
"operator": "string",
"region": "string",
"retry_num": 0,
"rule_id": 0,
"task_id": "string",
"updated_time": 0
}
],
"total": 0
}