A tool that creates a Postman collection from App / Web API calls
Install mitm proxy
pip3 install mitmproxyClone mitm_postman
git clone https://github.com/viraja1/mitm_postman.gitcd mitm_postmanRun the command to start the proxy server and create the postman collection for the APIs calls from the client to a particular domain
./mitm "example.com" "collection_name"Configure the proxy settings on the client (port 9500)