Account settings
Cloudflare API docsFetch
Fetches Worker account settings for an account.
php
$response = $client->workers()->settings()->get('account_id');
Create
Creates Worker Account Settings
php
$response = $client->workers()->settings()->create('account_id', 'usage_model', true);