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