Enable client when it registered

When I create a new client using the /oauth2/default/registration API and include all scopes, I know that specifying only the patient scope enables the client by default. However, I don’t want to limit the client to just the patient scope—I want to include all scopes.

How can I programmatically enable the client with all scopes without relying on the OpenEMR UI?