{
"packageId": 0,
"studentIds": [
"string"
]
}curl --location '/dataentrygo/package/ka/student/create' \
--header 'X-AppId;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'Content-Type: application/json' \
--data '{
"packageId": 0,
"studentIds": [
"string"
]
}'{
"code": 0,
"msg": "string",
"obj": null
}