opt In Annotations
KtorGenExperimental Opt-in annotations that should be propagated to generated class and extension functions, need be marked with @RequiresOptIn or @SubclassOptInRequired, otherwise the generated code will not compile because requirements of @OptIn.
For example, [ExperimentalApi::class], [InternalKtorApi::class]