I'm using both endpoints
- /rest/posts?q=author&author=encodedPersonUrn
- /v2/ugcPosts?q=authors&authors=List(encodedPersonUrn)&sortBy=LAST_MODIFIED
And get
- "Field Value validation failed in PARAMETER: Data Processing Exception while processing fields [/author]"
- "Field Value validation failed in PARAMETER: Data Processing Exception while processing fields [/authors/authors]"
There is something missing ?