Skip to main content
curl -L -X PATCH https://api.turso.tech/v1/organizations/{organizationName} \
  -H 'Authorization: Bearer TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
      "overages": true
  }'