curl --request GET \
--url http://localhost:3091/v1/api/users/wallet \
--header 'Authorization: Bearer <token>'{
"balance": 123
}Returns the wallet balance of the authenticated user.
curl --request GET \
--url http://localhost:3091/v1/api/users/wallet \
--header 'Authorization: Bearer <token>'{
"balance": 123
}