1. Use `@JsonDeserialize(contentAs= String.class)` for Action interface. Unable to convert JSON to Object. `objectMapper.readValue(string, toValueType);` 2. Use @JsonProperty("requestId") as well and for other variables.
@JsonDeserialize(contentAs= String.class)for Action interface.Unable to convert JSON to Object.
objectMapper.readValue(string, toValueType);