{ "DBName": "MSG0.db", "query": "Select * from MSG ORDER BY CreateTime DESC LIMIT 5" }
curl --location '/api/db/exec-query' \ --header 'Content-Type: application/json' \ --data '{ "DBName": "MSG0.db", "query": "Select * from MSG ORDER BY CreateTime DESC LIMIT 5" }'
{ "code": 0, "msg": "string", "data": {} }