curl --location --request GET 'https://test.your-api-server.com/organizations/'
{ "id": 1, "name": "Acme Labs", "plan": "FREE", "created_at": "2019-08-24T14:15:22.123Z", "updated_at": "2019-08-24T14:15:22.123Z" }