rest_cannot_update error
The status code 403 (Forbidden) in the response suggests that your request is not properly authenticated. You could start by reviewing the REST API handbook section on Authentication, in case there’s something you may have missed, and double-checking the credentials, if any, you’re using with to make the request. You can also pass auth_callback as … Read more