...
- 1, in this case the API would fetch patient with id 1
- ?name=john&age=45, in this case the API would fetch a list of patients whose names contain john and them ages are 45 years.
- empty string, in this case the API would return a list all patients.