I would like to perform an async task in Spring (similar to @Async) using coroutines.
I\'ve tried the following:
@PostMapping("/async") suspe