not able to install zoho_crm_integrazion

not able to install zoho_crm_integrazion

Hi, 
i try to install zoho crm integration for the website of my company but i can't do.
my website is developer in Drupal 9. 
I try to install ( https://www.drupal.org/project/zoho_crm_integration ) via "module install" and installation seems to be ok but when i try to configure module i receive this: 
You have not installed the Zoho SDK.
To use this page you need to get the Zoho SDK using composer.

ok at this time i try to install via composer like this: 

composer require drupal/zoho_crm_integration


And i receive this error:

Using version ^1.0@beta for drupal/zoho_crm_integration

./composer.json has been updated

Loading composer repositories with package information

Updating dependencies (including require-dev)

Your requirements could not be resolved to an installable set of packages.


  Problem 1

    - Installation request for drupal/zoho_crm_integration ^1.0@beta -> satisfiable by drupal/zoho_crm_integration[1.0.0-beta1].

    - drupal/zoho_crm_integration 1.0.0-beta1 requires zohocrm/php-sdk 2.0.1 -> no matching package found.


Potential causes:

 - A typo in the package name

 - The package is not available in a stable-enough version according to your minimum-stability setting

   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

 - It's a private package and you forgot to add a custom repository to find it


Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.


Installation failed, reverting ./composer.json to its original content.


then i try this: 

composer require zohocrm/php-sdk  


and i receive this: 
        

Using version ^3.0 for zohocrm/php-sdk

./composer.json has been updated

Loading composer repositories with package information

Updating dependencies (including require-dev)

Nothing to install or update

Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.

Generating autoload files

Hardening vendor directory with .htaccess and web.config files.

28 packages you are using are looking for funding.

Use the `composer fund` command to find out more!

Cleaning vendor directory.


so i try to reinstall zoho_crm_integration but i receive the same error : 

composer require drupal/zoho_crm_integration

Using version ^1.0@beta for drupal/zoho_crm_integration

./composer.json has been updated

Loading composer repositories with package information

Updating dependencies (including require-dev)

Your requirements could not be resolved to an installable set of packages.


  Problem 1

    - Installation request for drupal/zoho_crm_integration ^1.0@beta -> satisfiable by drupal/zoho_crm_integration[1.0.0-beta1].

    - drupal/zoho_crm_integration 1.0.0-beta1 requires zohocrm/php-sdk 2.0.1 -> no matching package found.


Potential causes:

 - A typo in the package name

 - The package is not available in a stable-enough version according to your minimum-stability setting

   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

 - It's a private package and you forgot to add a custom repository to find it


Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.


Installation failed, reverting ./composer.json to its original content.



PLEASE HELP ME !!!
thank you so much!!