Hey all, for those using Spring Webflux HATEOAS what you normally do when building a link for a post endpoint that receives a non-nullable entity? Do you create a dummy entity just to call
WebFluxLinkBuilder.linkTo
?
Wondering if there is a better approach than that đŸ˜›