{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"id": 0,
"formId": 0,
"deployId": "string"
}
curl --location --request POST '/pms/form/deploy' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0,
"createdTime": 0,
"creatorId": 0,
"updatedTime": 0,
"id": 0,
"formId": 0,
"deployId": "string"
}'
{
"code": 0,
"message": "string",
"data": {},
"success": true
}