curl -X GET "https//api.spendjuice.com/wallets/all" \ -H "Authorization: YOUR_API_KEY" \ -H "Content-Type: application/json"
customer_id
currency
status
curl -X GET "https//api.spendjuice.com/wallets/transactions" \ -H "Authorization: YOUR_API_KEY" \ -H "Content-Type: application/json"
wallet_id
type
curl -X GET "https//api.spendjuice.com/wallets/transactions/{id}" \ -H "Authorization: YOUR_API_KEY" \ -H "Content-Type: application/json"