Hi Team,
While using the CHROME POSTMAN or using CURL from server we are able to create the user and make the REST call. But when we are trying to call the same REST API using Ansible on the same server. Its giving up below error.
"json": {
"errors": [
{
"context": null,
"exceptionName": "com.atlassian.bitbucket.AuthorisationException",
"message": "You are not permitted to access this resource"
}
Team, could you please suggest.