curl --location --request POST '/anaesthesiaDocDraw/save' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZWRpY2FsVGl0bGVJZCI6IiIsImNvZGUiOiJzeXN0ZW0iLCJjYUlkIjoic3lzdGVtIiwibWVkaWNhbFRpdGxlTmFtZSI6IiIsIm5hbWUiOiJzeXN0ZW0iLCJleHAiOjQ3Nzk0ODEwNzd9.j-KTZYGTr5kBNcboYUcjihlC53Ursyp7rh7DNGv_PnE' \
--header 'Content-Type: application/json' \
--data-raw '{
"recordList": [
{
"id": "string",
"paramType": 0,
"typeId": "string",
"itemCode": "string",
"color": "string",
"icon": "string",
"isCurve": 0,
"isNumber": 0,
"isDecimal": 0,
"isRealTime": 0
}
]
}'