curl --location --request PUT 'https://api.thinkeo.io/v1/teams/billing/limits' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit": 0,
"warn": 0
}'
{
"key": "string",
"message": "string"
}