Authorization: Bearer ********************
{ "currency":"BIF", "operation_type":"withdrawal", "amount":"4000" }
curl --location --globoff 'https://api.ihela.bi/testenv/ihela/api/v1/transaction-fee/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "currency":"BIF", "operation_type":"withdrawal", "amount":"4000" }'
{ "success": true, "response_code": "00", "response_message": "Success", "response_data": { "fee": "0", "currency": "BIF", "amount": 4000, "operation_type": "withdrawal" } }