Authorization: Bearer ********************{
"code": "test",
"value": "test",
"unit": null,
"parentId": "2",
"defaultValue": null,
"orderBy": 0,
"active": true,
"remark": ""
}curl --location --request POST '/web/driving-display/v1.0/dictionary/add?id=1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "test",
"value": "test",
"unit": null,
"parentId": "2",
"defaultValue": null,
"orderBy": 0,
"active": true,
"remark": ""
}'{"code":200,"msg":"success","data":true}