Authorization: ********************curl --location --request GET 'https://api.neucron.io/v1/account-wallet/assets?walletID&network&offset&limit' \
--header 'X-Neucron-Team-ID;' \
--header 'X-App-Secret;' \
--header 'Authorization: <api-key>'[
{
"app_id": "string",
"asset_id": "string",
"asset_name": "string",
"asset_type": "CERTIFICATE",
"chain": "string",
"image_url": "string",
"legal_term": "string",
"minted_at": "string",
"network": "MAIN",
"protocol": "NATIVE",
"status": "DRAFTED",
"symbol": "string",
"team_id": "string",
"token_detail": {},
"total_supply": 0,
"user_id": "string",
"wallet_id": "string"
}
]