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