JIRA Rest API - Create Issue via OAuth (Request Factory) - Java

Hi guys,
is it possible to create an issue (In Jira) via OAuth? I’d to do it with Access Token from Oauth, beacuase the app is connected by that.

Because the examples that I’ve founded are with Basic Authorization, Api tokens (it worked, but only to me).
If I do a GET request, it works fine!

Thanks!

PD: I’ve tried different ways and I’m always getting

“message”: “500\n{“errorMessages”:[“Internal server error”],“errors”:{}}”,
And yes, i’ve checked the json format, /createmeta

Thanks in advance!