User stories:
- I can pass a URL as a parameter and I will receive a shortened URL in the JSON response
- When I visit that shortened URL, it will redirect me to my original link.
https://url-short-microservice-glitch.glitch.me/new/https://www.google.com
{ "original_url":"http://www.google.com", "short_url":"https://url-short-microservice-glitch.glitch.me/SJJHO06ez" }