{
"sealIds": [
null
]
}
curl --location --request POST '/open/seal/images' \
--header 'Content-Type: application/json' \
--data-raw '{
"sealIds": [
null
]
}'
{
"code": null,
"message": null,
"body": [
{
"sealId": null,
"sealData": null,
"format": null,
"height": null,
"width": null
}
]
}