{
"sealId": 1024,
"enterpriseUserId": 2048
}curl --location --request POST '/api/v1/seal/grant/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"sealId": 1024,
"enterpriseUserId": 2048
}'{
"code": 0,
"msg": "string",
"data": 0
}