{
"taskIds": "[1024, 2048]",
"sealId": 3072,
"formData": {
"key": {}
},
"signPositions": [
{
"pageNumber": 1,
"x": 0,
"y": 0,
"width": 1,
"height": 1,
"label": "string",
"sealType": "normal",
"perforationData": {
"totalPages": 1,
"baseY": 0,
"stripWidth": 1,
"originalWidth": 1,
"originalHeight": 1,
"segments": [
{
"pageNum": 1,
"stripIndex": 0,
"x": 0,
"y": 0,
"width": 1,
"height": 1,
"sourceX": 0,
"sourceWidth": 1
}
]
},
"sealId": 1024,
"sealImageUrl": "https://xxx/signature.png"
}
]
}curl --location --request POST '/api/v1/seal/sign-tasks/batch-sign' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskIds": "[1024, 2048]",
"sealId": 3072,
"formData": {
"key": {}
},
"signPositions": [
{
"pageNumber": 1,
"x": 0,
"y": 0,
"width": 1,
"height": 1,
"label": "string",
"sealType": "normal",
"perforationData": {
"totalPages": 1,
"baseY": 0,
"stripWidth": 1,
"originalWidth": 1,
"originalHeight": 1,
"segments": [
{
"pageNum": 1,
"stripIndex": 0,
"x": 0,
"y": 0,
"width": 1,
"height": 1,
"sourceX": 0,
"sourceWidth": 1
}
]
},
"sealId": 1024,
"sealImageUrl": "https://xxx/signature.png"
}
]
}'{
"code": 0,
"msg": "string",
"data": {
"0": true
}
}