for all GET request the method names should start with "get..." or "fetch"
for all PATCH request the method names should start with "modify..." or "upate..."
=> we need to choose one convention and follow across the entire application (use SOFTENG 283 knowledge)
for all GET request the method names should start with "get..." or "fetch" for all PATCH request the method names should start with "modify..." or "upate..." => we need to choose one convention and follow across the entire application (use SOFTENG 283 knowledge)