username:passwordAuthorization: Basic *****************curl --location '/content' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"environment": "prod",
"version": "1.0.1",
"reference": "CoachingScreenWelcome",
"data": {
"keys": [
"title",
"description"
],
"values": {
"title": {
"type": "header",
"value": "COACHING_SCREEN_WELCOME_TITLE"
},
"desription": {
"type": "icon",
"value": "COACHING_SCREEN_WELCOME_DESCRIPTION"
}
}
},
"minimumVersion": "1.0.0"
}'{
"contentId": "coe84ff4-4435-4d2f-a20c-274595ab8cd4",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346",
"reference": "CoachingScreenWelcome",
"isNew": true
}