{
"advanced": {
"property1": "string",
"property2": "string"
},
"basic": {
"property1": "string",
"property2": "string"
},
"id": "string"
}curl --location --request POST '/core/i18n' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"advanced": {
"property1": "string",
"property2": "string"
},
"basic": {
"property1": "string",
"property2": "string"
},
"id": "string"
}'{
"InsertedID": "5cceba2cc7157e23ae172c28"
}