I want to handle a use case, where a key is passed to the GET request, but no value is set. For example (request through Postman):

In the case above, name is passed as a key but no value is set.
I tried using:
Request.query_params
but, it doesn't seem to get the name, if the value is blank.