Create endpoint to get pins for a specific user (e.g GET pins endpoint that takes user id)
In order to communicate with the DB, our client app should be able to utilize a backend endpoint service. This can be written in Kotlin and be another module in our project