I am getting this error from cloud dart function
"error": "AppwriteException: document_invalid_structure, Invalid document structure: Unknown attribute: last_name (400)"
TL;DR
Developers are receiving an AppwriteException error with the message "document_invalid_structure" due to an unknown attribute "last_name" being present in the document structure. To resolve this issue, the developers should ensure that the document structure does not contain any unknown attributes like "last_name."