Authorization: Bearer ********************
{ "currency":"BIF", "operation_type":"withdrawal", "amount":"4000" }
curl --location -g --request POST 'http://127.0.0.1:8081/ihela/api/v1/transaction-fee/' \ --header 'Content-Type: application/json' \ --data-raw '{ "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" } }