{
"workspace_id": "string",
"dict_value_ids": [
{
"id": 0,
"confidence": 0
}
]
}curl --location '/manage/api/v1/system/dict/value/dept/save' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"workspace_id": "string",
"dict_value_ids": [
{
"id": 0,
"confidence": 0
}
]
}'{
"code": 0,
"message": "",
"data": {}
}