{
"sealName": "string",
"callbackUrl": "string",
"sealSpec": "string",
"sealImage": "string",
"tenantName": "string",
"sealType": "string",
"lpLetter": "string",
"sealUsers": [
{
"contact": "string",
"contactType": "MOBILE",
"name": "string"
}
]
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/seal/createbyimage' \
--header 'x-qys-open-accesstoken: {{x-qys-open-accesstoken}}' \
--header 'x-qys-open-timestamp: {{x-qys-open-timestamp}}' \
--header 'x-qys-open-nonce: {{x-qys-open-nonce}}' \
--header 'x-qys-open-signature: {{x-qys-open-signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sealName": "string",
"callbackUrl": "string",
"sealSpec": "string",
"sealImage": "string",
"tenantName": "string",
"sealType": "string",
"lpLetter": "string",
"sealUsers": [
{
"contact": "string",
"contactType": "MOBILE",
"name": "string"
}
]
}'
{
"code": 0,
"message": "string",
"result": {
"applyId": "string"
}
}