curl --location '/safety/database/lst' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": [
{
"name": "string",
"engine": "string",
"version": 0,
"row_format": "string",
"rows": 0,
"avg_row_length": 0,
"data_length": 0,
"max_data_length": 0,
"index_length": 0,
"data_free": 0,
"auto_increment": 0,
"create_time": "string",
"update_time": null,
"check_time": null,
"collation": "string",
"checksum": null,
"create_options": "string",
"comment": "string"
}
]
}