'How to use mtproto telegram api using curl or postman?

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.



Solution 1:[1]

If you want to start from scratch and interact with mtproto you should start with this post and also have a look at the Official docs

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 kr3ypt0n