Here is ready to use configuration line to be added at the end of the PHP -> Configuration

PHP 7.4
extension=/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/zip.so
PHP 8.1
extension=/www/server/php/81/lib/php/extensions/no-debug-non-zts-20210902/zip.so
PHP 8.2
extension=/www/server/php/82/lib/php/extensions/no-debug-non-zts-20220829/zip.so
If the above configuration line does not work. Then visit the below folder to locate "zip.so"
/www/server/php/
Then select the desired PHP version folder (select 74 if PHP 7.4, select 81 if PHP 8.1)

Then keep navigating to this path → /lib/php/extensions/
Here you find the folder with a random date/numeric string that contains the "zip.so" file
Credit: @szone