Micronaut POST call not accepting body. Getting body as Optional.empty
I am trying to build a POST call using Micronaut. Whenever I hit the API from POSTMAN, I always get body as “Optional.empty” in the server.
I am trying to build a POST call using Micronaut. Whenever I hit the API from POSTMAN, I always get body as “Optional.empty” in the server.