Unable to Create Issues or Access Atlassian.net REST/API Remotely Using My User ID and API Key"

I created a python script,
{hostname}/rest/api/3/issue
and I get the following error message

You do not have permission to create issues in this project.
a second python script
{hostname}/rest/api/3/project/search?maxResults=50&action=view&startAt=0and I get the following results
{‘self’: ‘{hostname}/rest/api/3/project/search?maxResults=50&action=view&startAt=0’, ‘maxResults’: 50, ‘startAt’: 0, ‘total’: 0, ‘isLast’: True, ‘values’: }
When I run the query from the command line of my browser connected via MFA I get the following results which is what I expect
{“self”:“https://citi-cti1.atlassian.net/rest/api/3/project/search?maxResults=50&action=view&startAt=0",“nextPage”:“https://citi-cti1.atlassian.net/rest/api/3/project/search?maxResults=50&action=view&startAt=50”,“maxResults”:50,“startAt”:0,“total”:70,“isLast”:false,"values”…

I have full privileges as an organization admin, project admin, and site admin. I’ve assigned roles to the projects to ensure access and enabled all relevant settings. However, I’m unsure what steps to take next.