curl --location --request DELETE '/api/v1/data/db/clear' \ --header 'Content-Type: application/json' \ --data '{ "type": [ "analyze" ] }'
{ "code": 0, "msg": "ok", "data": { "success": true } }