{
"cover": "string",
"description": "string",
"expireType": 0,
"expireValue": 0,
"title": "string",
"watchLimit": 0
}curl --location '/dataentrygo/package/ka/create' \
--header 'X-AppId;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'Content-Type: application/json' \
--data '{
"cover": "string",
"description": "string",
"expireType": 0,
"expireValue": 0,
"title": "string",
"watchLimit": 0
}'{
"code": 0,
"msg": "string",
"obj": {
"id": 0
}
}