Hi Team,
I have setup a trial version of it and was trying to create a ticket using API my API key calling endpoint POST “api/v2/tickets”.
It throws below error:
{
"code": "access_denied",
"message": "You are not authorized to perform this action."
}
Although i am able to get the tickets using the same API key GET “api/v2/tickets”.
Please help me what permission should i have to create the ticket? I am the Admin of the instance i am using.