I dont want to use python libraries like telethon
to interact with telegram MtProto api, instead I want to hit the api directly with http-request like curl or via Postman
The reason is that, the actual api response and the library response for an api call, could be different.