Authorization: ********************curl --location --request GET 'https://api.neucron.io/v1/account-wallet/list?walletType' \
--header 'X-Neucron-Team-ID;' \
--header 'X-App-Secret;' \
--header 'Authorization: <api-key>'[
{
"app_id": "string",
"is_default": true,
"team_id": "string",
"user_id": "string",
"wallet_id": "string",
"wallet_name": "string",
"wallet_type": "MPC"
}
]