@JsonSerializable(includeIfNull: false) const factory GetPost({required int id, String? auth}) = _GetPost;