JSON parse error: Cannot construct instance of `org.camunda.community.rest.client.dto.CamundaFormRef` (although at least one Creator exists) issue

Does anyone else got deserialization/mapping error while getting tasks data that consists camundaFormRef?
I got error
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of org.camunda.community.rest.client.dto.CamundaFormRef (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value (‘xxxx’)
at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 1, column: 1954] (through reference chain: java.lang.Object[2]->org.camunda.community.rest.client.dto.TaskDto[“camundaFormRef”]->java.util.LinkedHashMap[“key”])