curl --request GET \
--url https://api.dev.kathan.tech/api-keys/global-status \
--header 'Authorization: Bearer <token>'Check availability of global API keys for LLM services
curl --request GET \
--url https://api.dev.kathan.tech/api-keys/global-status \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response