curl --location --request GET '/admin/system/dict/type/export/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"dictName": "string",
"dictType": "string",
"status": "string",
"creator": 0,
"modifier": "string",
"remark": "string"
}
]
}