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