{
"name": {
"es": "string",
"en": "string"
},
"description": {
"es": "string",
"en": "string"
},
"image": "http://example.com"
}curl --location --request POST 'https://api.gycoding.com/heraldsofchaos/worlds/places' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": {
"es": "string",
"en": "string"
},
"description": {
"es": "string",
"en": "string"
},
"image": "http://example.com"
}'{
"identifier": "string",
"name": "string",
"description": "string",
"image": "http://example.com"
}