Today I was making CURL API requests. You do this when you need to manually make API calls. The output of those requests might be no formatted. They look so bad on your command line. They are unreadable!. In order to show the response in pretty way we need to […]