{
"i18nProp": {
"property1": "string",
"property2": "string"
},
"id": "string",
"name": "string",
"num": 0
}curl --location --request PATCH '/core/safezone/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"i18nProp": {
"property1": "string",
"property2": "string"
},
"id": "string",
"name": "string",
"num": 0
}'{
"status": "OK"
}