curl --location --request POST 'https://test-api.bringthisfood.com/v1/wallet/withdrawal/fee' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fund": {
"currency": "ngn",
"amount": 0
},
"bank": {
"id": "string"
}
}'{
"success": true,
"statusCode": 200,
"data": {
"fee": {
"currency": "ngn",
"amount": 0
},
"fund": {
"currency": "ngn",
"amount": 0
},
"bill": {
"currency": "ngn",
"amount": 0
}
}
}