Is there an API to save Process Application versions (not only individual file versions)?

Hello,

I am working on automating the CI/CD pipeline for my project using the Camunda Web Modeler APIs.
I would like to version my Process Applications via the API.

However, when I try to create a version of an individual file (inside a Process Application folder) using the regular /versions API:

POST /api/v1/versions

I get the following error:

Request validation failed with the following errors: Cannot create a version for file {fileId}, as it is located inside a process application.