{
"envelopeTId": null,
"participantTId": null,
"loginType": [
null
]
}
curl --location --request POST '/open/envelope/sign-link' \
--header 'Content-Type: application/json' \
--data-raw '{
"envelopeTId": null,
"participantTId": null,
"loginType": [
null
]
}'
{
"code": null,
"message": null,
"body": [
{
"participantTId": null,
"signLink": null
}
]
}