"string"
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-form/form/formServiceController/v1/importFormRights' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": "string"
}