curl --request PUT \
--url https://api.octaviatech.app/cms/authors/update \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"id": "{{objectId}}",
"name": {
"en": "John Carter (updated)",
"es": "Juan Carter (actualizado)"
},
"role": "Senior Editor",
"order": 2
}'