Async method returning without the result
In my SpringBoot application I have a endpoint that needs to return data in an async way. The method is populating the data but when testing via postman it is returning 200 OK with blank data. I have tried the below 2 approaches but both are returning blank response. Requesting to please check and suggest.