curl -X POST http://localhost:4200/organizations/<ORGA_ID>/changeProposals/ \
-H "Authorization: Bearer $PACKMIND_API_KEY_V3" \
-H "Content-Type: application/json" \
-d '{
"type": "updateCommandName",
"artefactId": "<RECIPE_ID>",
"payload": {
"oldValue": "<RECIPE_OLD_NAME>",
"newValue": "<RECIPE_NEW_NAME>"
},
"captureMode": "commit"
}'