是否可以使用 API(URL) 调用在 FCM 服务器中注册应用程序

Is it possible to register an application in FCM servers using an API(URL) call

我想使用 API(URL) 调用在 FCM 服务器中注册我的应用程序,方法是将包名称和 SHA 密钥作为每个新应用程序的参数传递。通过这个 API 调用,我想 download/create google-services.json 文件。

我没有看到在 FCM 中自动注册应用程序的方法/Google developer APIs。我想没有办法做到这一点。