curl --location --request GET 'https://staging.api.joindapayments.com/wallets/solana/user1' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Wallet balance retrieved successfully",
"data": {
"wallet_address": "2ZNbu6svzkBpxzaiQdr1QnPdaKNgkhgVfoTWyaHwrk92",
"username": "user2",
"user_id": "a81c6eb7-fc91-4201-b6a8-fe15098a006f"
}
}