{
"userId": 1024,
"enterpriseId": 10,
"name": "合同专用章",
"type": 11,
"generationMethod": 2,
"sealData": "https://www.iocoder.cn/1.jpg",
"status": 0,
"sealColor": "#FF0000",
"sealWidth": 300,
"sealHeight": 300
}curl --location --request POST '/api/v1/seal/seals' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1024,
"enterpriseId": 10,
"name": "合同专用章",
"type": 11,
"generationMethod": 2,
"sealData": "https://www.iocoder.cn/1.jpg",
"status": 0,
"sealColor": "#FF0000",
"sealWidth": 300,
"sealHeight": 300
}'{
"code": 0,
"msg": "string",
"data": 0
}