Actualiza un artículo existente
curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Article/Introduction%20to%20Data%20Structures \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "<h2>What are Data Structures?</h2><p>Updated content with more examples...</p>"
}
'curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Article/Introduction%20to%20Data%20Structures \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "<h2>What are Data Structures?</h2><p>Updated content with more examples...</p>"
}
'