Exports the account details for the specified account name.
POST //bitcoincash/accounts/{accountName}/export HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a BitcoinCashAPIResponse containing the account details.
{ "success": true, "message": "text", "data": { "keys": [ "text" ], "address": "text", "private_key": "text", "public_key": "text", "data": { "keys": [ "text" ], "address": "text", "private_key": "text", "public_key": "text" } } }