Authorization: Bearer ********************curl --location --request GET 'https://test-api.bringthisfood.com/v1/wallet' \
--header 'Authorization: Bearer <token>'{
"success": true,
"statusCode": 200,
"data": {
"wallet": {
"balance": {
"currency": "ngn",
"amount": 0
},
"pin": {
"enabled": true
}
}
}
}