Description
The REST API specifies that the updateClassifications Atlas REST endpoint returns `204 No content` with an empty response body. However, the AtlasClientV2.updateClassifications() endpoint attempts to deserialize the response body into an AtlasClassifications object, which throws a deserialization error.