curl --request PUT \ --url https://restapi.sign.plus/v2/envelope/{envelope_id}/set_legality_level \ --header 'Authorization: Bearer <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "legality_level": "SES" }'