curl -X GET "https://api.cryptomate.me/management/companies" \ -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{ "name": "Acme Corporation", "email": "contact@acme.com", "webhook_url": "https://api.acme.com/webhooks", "webhook_key": "wh_key_abc123xyz" }
Retrieve the current company profile.