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