curl --location --request GET 'https://admin-api.wannanbigpig.com/admin/v1/system/dict/options?type_code' \
--header 'Accept-Language;' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"cost": "3.2ms",
"data": {
"result": [
{
"color": {},
"is_default": {},
"label": {},
"tag_type": {},
"value": {}
}
]
},
"msg": "success",
"request_id": "req_20260423_0001"
}