Authorization: Bearer ********************
curl --location --request GET 'https://api.thinkeo.io/v0/teams/billing'
{
"stripeCustomerId": "string",
"subscription": "string",
"periodStart": "2019-08-24T14:15:22Z",
"periodEnd": "2019-08-24T14:15:22Z",
"customerMetadata": {
"property1": "string",
"property2": "string"
},
"state": "can",
"credits": 0,
"creditsCeiling": 0
}