post request for token name from address
I want to get a token name from a smart contract address. I have come to a code using web3 module. It works nice, but I can not use web3 – the code will be used in the environment (BI service) that does not work with web3. So I need to change it to post request form. And I do not understand how to write parameters (payload in the code for request module). Could someone help?