{
"id": "string",
"paramType": 0,
"cellDuration": 99,
"frontColor": "string",
"dataColor": "string",
"outFrameColor": "string",
"curveAreaGridColor": "string",
"timeCoordinateColor": "string",
"valueCoordinateColor": "string",
"mouseMoveInColor": "string",
"mouseSelectedColor": "string"
}
curl --location --request POST 'anaesthesiaDocDisplay/saveByPacu' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZWRpY2FsVGl0bGVJZCI6IiIsImNvZGUiOiJzeXN0ZW0iLCJjYUlkIjoic3lzdGVtIiwibWVkaWNhbFRpdGxlTmFtZSI6IiIsIm5hbWUiOiJzeXN0ZW0iLCJleHAiOjQ3Nzk0ODEwNzd9.j-KTZYGTr5kBNcboYUcjihlC53Ursyp7rh7DNGv_PnE' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"paramType": 0,
"cellDuration": 99,
"frontColor": "string",
"dataColor": "string",
"outFrameColor": "string",
"curveAreaGridColor": "string",
"timeCoordinateColor": "string",
"valueCoordinateColor": "string",
"mouseMoveInColor": "string",
"mouseSelectedColor": "string"
}'
{
"id": "string",
"paramType": 0,
"cellDuration": 99,
"frontColor": "string",
"dataColor": "string",
"outFrameColor": "string",
"curveAreaGridColor": "string",
"timeCoordinateColor": "string",
"valueCoordinateColor": "string",
"mouseMoveInColor": "string",
"mouseSelectedColor": "string"
}