I am getting this error Error: INVALID_SERVICE: 'couchbase-server' not among existing services

I am using centos 8.2 os, how can i allow couchbase service to firewall-cmd??

How can i allow couchbase service to my firewall?
I have tried the following:
sudo firewall-cmd --zone=public --add-service=couchbase-server-community --permanent
sudo firewall-cmd --zone=public --add-service=couchbase-server --permanent

None of this works, and throws the following error:
Error: INVALID_SERVICE: ‘couchbase-server’ not among existing services

i am looking for a single command which can allow all of my couchbase server port to my firewall-cmd