GET request from JIRA sdk

Hi, I’m using the Jira server.

I’m building a program using the JIRA Python SDK.

I need to access one of the Add-ons installed on my Jira.

The add-on has a REST API endpoint. I want to use the token that I got from the SDK

and use him to send a GET request for the API rest endpoint.

Can I send a GET request from the JIRA SDK client?

Can I get the token from the SDK?