ARTICLE_RESPONSE=$(curl -s -X POST http://localhost:9999/article/add \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
"name": "<script>alert(\"XSS\")</script><img src=x onerror=alert(1)>",
"html": "<h1>Test</h1><script>alert(\"XSS\")</script><img src=x onerror=alert(1)>",
TEMP_KEY_RESPONSE=$(curl -s -X GET "http://localhost:9999/article/temp/key?id=$ARTICLE_ID&duration=300" \
-H "Authorization: Bearer $TOKEN")
TEMP_KEY=$(echo "$TEMP_KEY_RESPONSE" | jq -r '.data')