I created an admin user who will be able to create a ticket using admin panel. But when i try to user the username:password in authorization of that user, i always get this error message. What exactly goes wrong here. Appreciate your advice.
endpoint used : https://dev.actiweb.site/wp-json/wpas-api/v1/tickets
method post
{
"code": "rest_cannot_create",
"message": "Sorry, you are not allowed to create tickets as this user.",
"data": {
"status": 401
}
}