Nullable Field
Represents a field that can be explicitly set to null (to clear its value on the server) or left absent from the request payload entirely.
Leave the field as Kotlin null to omit it from serialization (no change to server value).
Use Clear to send
nullexplicitly and clear the server-side value.Use Value to send a specific value.