{
"types": [
"analyze"
]
}curl --location --request POST '/api/v1/data/db/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"types": [
"analyze"
]
}'{
"code": 0,
"msg": "ok",
"data": {
"property1": "string",
"property2": "string"
}
}