Just to help some people that would face the same thing.
By default you can create only 10 address books max in the Contacts app.
Also you cannot create more than 10 address books within 3600 sec.
It’s because of the settings in this file :
/your_nextcloud_folder/apps/dav/lib/CardDAV/Security/CardDavRateLimitingPlugin.php
Modify the values here :
(‘dav’, ‘rateLimitAddressBookCreation’, 10),
(‘dav’, ‘rateLimitPeriodAddressBookCreation’, 3600),
And/or here :
(‘dav’, ‘maximumAdressbooks’, 10);
Not sure but after that I restarted PHP.