auth:api + spatie.team.context.curl --location --request PATCH 'https://api-dev.commandroom.ai/api/api/organizations/550e8400-e29b-41d4-a716-446655440000/business-valuation-multiplier' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"multiplier": 1
}'{
"data": {
"organization_id": 1,
"id": 1,
"uuid": "00000000-0000-0000-0000-000000000000",
"name": "Sample Name",
"email": "user@example.com",
"logo_url": "https://example.com/sample",
"goteam_id": 1,
"status": "active",
"business_valuation_multiplier": 1,
"users_count": 10,
"owner": {},
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}