What is the alternative for Search API with Blobs scope which is deprecated in 13.9

I’m not able to use the Gitlab Search API with the blobs scope which is deprecated in Gitlab CE after 13.9. I’m using Gitlab CE 14.0.1. I need any alternative to that in the Community Edition.

curl --header “PRIVATE-TOKEN: <your_access_token>” “https://gitlab.example.com/api/v4/groups/6/search?scope=blobs&search=installation

I don’t get any output while using this API.