curl --location --request POST '/v2/envelopes//void' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "string"
}'{
"error": {
"code": "NOT_ALLOWED",
"message": "string"
}
}