Take the first 5 characters, in this case "5baa6" and use at the end of the API endpoint in your browser. E.g.
https://api.pwnedpasswords.com/range/5baa6
Then take the all the rest of the hash after the first 5 characters, in this case "1e4c9b93f3f0682250b6cf8331b7ee68fd8" and ctrl-f search the results page for it.
Yeah, but you would need two commands then, because you need to search for bytes 6-40 in the resulting output. I made a one-liner farther down the comments.[1]
https://gist.github.com/ShakataGaNai/cb786a2c64abc83d4dbe0db...