In my case, It was @RequestBody import, which was wrongly pointing to import io.swagger.v3.oas.annotations.parameters.RequestBody;
to solve I have used below import import org.springframework.web.bind.annotation.RequestBody;