Publish collection module version

To publish the collection module, hit the following endpoint with the correct details:

curl -XPOST -H 'Authorization: Basic {{api_key}}' '{{host}}/v1/apps/{{org_id}}/insurance/collection-modules/{{cm_key}}/publish?bumpSandbox=true'
KeyDescription
api_keyThe Root Platform API key
hostThe Root Platform URL
org_idThe Root organisation ID
cm_keyThe collection module key

This requires Basic Auth. Pass the Root api_key as the username.