Get Acount Infoget https://api.neuronsinc.com/predict/v2/accountGet account information Returns the URL of the company and the current planExample of a successful response When fetching information on the account, this is what the information should look like: JSON{ "name": "Neurons API", "subscription": { "plan": "api", "expires_at": "2025-12-31T10:26:05Z" } }