appwrite database createDocument \ --collectionId [COLLECTION_ID] \ --documentId [DOCUMENT_ID] \ --data '{ "key": "value" }' \