Authorization: Bearer ********************
curl --location --request GET 'https://api.thinkeo.io/v0/teams/billing/limits'
{
"teamLimit": {
"limit": 0,
"warn": 0
},
"appLimits": {
"property1": {
"limit": 0,
"warn": 0
},
"property2": {
"limit": 0,
"warn": 0
}
}
}