We have tried to create a post in WordPress using postman, can't able to create one since we have received an error as you are not allowed to do this action
Even though I entered the admin login, it gives the same error !!!!
This is the exact error message,
{ "code": "rest_cannot_create", "message": "Sorry, you are not allowed to create posts as this user.", "data": { "status": 401 } }
I have tried using this URL in the postman (post) method http://localhost/wordpress/wp-json/wp/v2/posts
And in the authorization entered the admin credentials of my application.
Any alternative solutions are also appreciable .....Thank You!!!