Exports a Cosmos account.
Represents the base structure of a response from the Cosmos API.
POST //cosmos/{accountName}/export HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a BaseCosmosAPIResponse indicating the success or failure of the operation.
BaseCosmosAPIResponse
{ "success": true, "message": "text" }