This api get the contract as the code parameter for the body and returns the imports and contract names in the code.
npm run start
1 - Create a post request and add the http://localhost:3001/analyze as the url
2 - Open the body section
3 - Create a parameter, give the word code as the key and the the contract code you want to pass as the value
4 - Hit the send button
Note: Related to the postman it is healthier to use the desktop app instead of the browser app.