I have a sheet that stores user information. This is for a club, so the fields are:
NAME, ID, and PHONE NUMBER.
I am hoping to use a GET request to find a user with a specific ID and return their phone number.
By looking at previous forum posts, I ca...