Hi there,
I am failing on the last step to publish the content to a wordpress site.
The error message that appears (see below), is that Wordpress is not allowing the step to publish.
Any ideas how to solve this?
{
"response": {
"status": 401,
"body": {
"code": "rest_cannot_create",
"message": "You do not have permission to create posts as if you were this user",
"data": {
"status": 401
}
}
},
"request": {
"body": {
"categories": [
4
],
"status": "draft",
"content": "",
"title": ""
}
}
}