Hi,
I'm trying to make a call to JIRA rest api using the API token from Postman,
I have created the API token from API token,
Now when I send a request to,
https://abc.atlassian.net/rest/api/3/issue
with body
{
"auth": {
"bearer": "<my_token>"
}
}
it should return all issues, but in real it is returning a 401 unauthorized error. Any help will be appreciated,
Thanks
Note:
token is generated from the admin account.