{ "name": { "es": "string", "en": "string" }, "description": { "es": "string", "en": "string" }, "image": "http://example.com" }
curl --location --request PATCH 'https://api.gycoding.com/heraldsofchaos/creatures?id=' \ --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" }