From the terminal, send a POST request to the following endpoint: /api/v1/release_bundle. Include the JSON request body created in the previous steps as the payload of the request.
curl -u <USER> -H "Content-Type: application/json" -H "X-GPG-PASSPHRASE: <PASSPHRASE>" -X POST http://<ARTIFACTORY_URL>/distribution/api/v1/release_bundle -T bundle.json