Export Memos
ExportMemos writes every memo the user created, with comments, archived memos, and attachment files, as a Memos export file (a ZIP file, see docs/design/memos-export-format.md). Only the user may export their own memos. The body is the archive; content_type is its media type.
curl -X GET "https://example.com/api/v1/users/string:exportMemos"Empty