Hi,
I'm using the keycloak_admin methods below:
- add_client_default_client_scope
- add_client_optional_client_scope
Everything is working fine, but I don't understand the need for a payload parameter to the method. When I use these methods, I'm passing an empty dict as payload parameter.

In the Keycloak REST API docs, these methods only expect the client-uuid and clientScopeId as path parameters, and they do not need a payload.

Is this for backward compatibility reasons?