{
"type": 1,
"items": [
{
"data": "string"
}
]
}curl --location --request POST '/api/v1/seal/batch-tasks/create-sign' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1,
"items": [
{
"data": "string"
}
]
}'{
"code": 0,
"msg": "string",
"data": 0
}