curl --location --request GET 'https://api.thinkeo.io/v1/teams/billing/limits' \
--header 'Authorization: Bearer <token>'
{
"teamLimit": {
"limit": 0,
"warn": 0
},
"appLimits": {
"property1": {
"limit": 0,
"warn": 0
},
"property2": {
"limit": 0,
"warn": 0
}
}
}