{
"fileId": "string",
"id": "string",
"isUse": 0,
"oldPassWord": "string",
"password": "string",
"pkVal": "string",
"userId": "string"
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-uc/uc/electronicSeal/v1/userSave' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileId": "string",
"id": "string",
"isUse": 0,
"oldPassWord": "string",
"password": "string",
"pkVal": "string",
"userId": "string"
}'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": "string"
}