Returns the target type from json (Map)
@override T fromJson<T>(Map<String, dynamic>? json) => UpdatePasswordResponse.fromJson(json) as T;