Create a Client from JSON
factory Client.fromJson(Map<String, dynamic> json) => _$ClientFromJson(json);