Using Zapier's WordPress API Request method I've been able to successfully GET a listing by ID, I've been able to successfully GET the system_status, and I've been able to successfully DELETE a place. Authentication is working great. What's failing is this POST. I'm sure I'm messing up the Body somehow. I'm getting this error every time:
{"code":"rest_missing_callback_param","message":"Missing parameter(s): zip","data":{"status":400,"params":["zip"]}}
So am I missing a callback parameter? I understand the programming concept of a callback but I haven't seen anything called callback in any of the GD API documentation. Or am I missing the zip? I absolutely have the zip in there, and I even added it to the URL to boot (it fails the same way without it). What am I doing wrong? What should the body of the call look like to add a place?
I modeled this off of the Postman example screenshot here: https://wpgeodirectory.com/docs-v2/api/posts/. When that failed I added a couple more values. BTW, I haven't been able to get Postman to do anything for me. It doesn't want to authenticate for some reason. I've tried both API Key and Basic Auth and I get 401 Unauthorized every time.
Thanks in advance, everyone!
