How to get the default language via RestAPI from General Settings?

I need the default language of a Jira cloud instance. I found

GET /rest/api/2/application-properties

But the documentation says:

Apps cannot access this REST resource.

How can I get the default language? I tried the req.context-Parameter of a webhook request, but there locale is set to undefined. Is there another way to achieve this?