curl --location 'https://api.sandbox.supersign.com.br/v4/api/envelopes//documents' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"documents": [
{
"filename": "string",
"contentType": "application/pdf",
"fileSize": 9007199254740991,
"isAttachment": false
}
]
}'[
{
"documentId": "string",
"uploadUrl": "string",
"uploadFields": {
"property1": "string",
"property2": "string"
}
}
]