I want to use curl for a GET request, but the url is of the form:
localhost:<port>/getter?key=This is a sentence., which means that the key is an input parameter in the endpoint.
If I use POSTMAN for the request, then the format with the spaces is absolutely fine.
I have a hard time giving the right format when I use curl. I have tried using the percentage symbol when we have spaces, but I cannot figure it out.