I'm getting
An API key is required for write requests
when I issue
curl -v \
-X POST \
-H "Content-Type: application/json" \
-H "Zotero-Write-Token: $API_KEY" \
-d '[{ "itemType": "journalArticle", "title": "title", "creators": [], "abstractNote": "", "publicationTitle": "", "volume": "", "issue": "", "pages": "", "date": "", "series": "", "seriesTitle": "", "seriesText": "", "journalAbbreviation": "", "language": "", "DOI": "", "ISSN": "", "shortTitle": "", "url": "", "accessDate": "", "archive": "", "archiveLocation": "", "libraryCatalog": "", "callNumber": "", "rights": "", "extra": "", "tags": [], "collections": [], "relations": {} } ]' \
https://api.zotero.org/users/111111/collections/X3H3DPLJ/itemsI've checked the API URL and the API_KEY (has full access). Any idea what I am doing wrong?