curl --location 'https://api.sandbox.supersign.com.br/v4/api/envelopes/?page=undefined&perPage=undefined&orderBy=undefined&order=undefined&status=undefined&q=undefined&startDate=undefined&endDate=undefined&participantName=undefined&participantEmail=undefined&participantPhone=undefined' \
--header 'Authorization: Bearer <token>'{
"envelopes": [
{
"id": "string",
"folderId": "string",
"title": "string",
"status": "DRAFT",
"deadline": "2019-08-24T14:15:22.123Z",
"completedAt": "2019-08-24T14:15:22.123Z",
"voidedAt": "2019-08-24T14:15:22.123Z",
"declinedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"page": 0,
"perPage": 0,
"totalPages": 0,
"totalCount": 0
}
}