Authorization: ********************curl --location --request PUT '/organizations/123' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"billingEmail": "user@example.com",
"usageLimits": {
"requests_per_month": 0
}
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"slug": "string",
"billing_email": "user@example.com",
"usage_limits": {
"property1": "string",
"property2": "string"
},
"created_at": "string",
"updated_at": "string"
}
}