{
"userId": 0,
"productId": 0,
"title": "string",
"status": "newlyBuild",
"priority": "low",
"assignUserId": 0,
"classId": 0,
"responseTime": "string",
"technicalContact": "string",
"technicalContactPhoneNumber": "string"
}
curl --location --request POST 'http://gateway249.kiwismart.top/app/paas/workSheet/exist' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"productId": 0,
"title": "string",
"status": "newlyBuild",
"priority": "low",
"assignUserId": 0,
"classId": 0,
"responseTime": "string",
"technicalContact": "string",
"technicalContactPhoneNumber": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}