i have problem to use model class in retrofit lib. A backend side field name has changed.
Is it possible to get response without model class?
You can simply "rename" field on your side using
@SerializedName("newFieldName") SomeClass oldField;