curl --location --request GET 'https://enterprise-api.writer.com/llm/organization//model' \ --header 'Authorization;'
{ "models": [ { "name": "string", "id": "string", "type": "GPT" } ] }