I have a Sharepoint Library with a Person column "Process Owner". ONE person only.
I have an Instant Workflow on that library that collects Process Owner Name at runtime.
How can I use the HTTP / POST (or PATCH) to accomplish this?
I've tried various forms of PATCH, POST... based on other sites/articles. Nothing works. For example

results in this error: A type named 'SP.Data.VBPM_x0020_Process_x0020_DraftsListItem' could not be resolved by the model. When a model is available, each type name must resolve to a valid type.

didn't throw an error. It appeared to complete successfully, but did not actually update anything.
The parameter entered gets plugged into HTTP call to "getByEmail" and returns a numeric value which I store in ProcessOwnerID, used as the value above.
Thanks in advance for any guidance.
(I cannot use Update Library Properties action because of the MS limit on # lookups )