{
"advanced": {
"property1": "string",
"property2": "string"
},
"basic": {
"property1": "string",
"property2": "string"
},
"id": "string"
}curl --location --request PATCH '/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"
}'{
"status": "OK"
}