I have tried to handle it using:
@RequestMapping(method = RequestMethod.POST,produces="application/json",consumes= "application/jose;charset=UTF-8")
I get the below error:
org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/jose;charset=UTF-8' not supported