GET
/users/{id}
curl \
--request GET 'https://garden-to-yours.herokuapp.com/users/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"_id": "string",
"image": "http://example.com",
"location": "string",
"username": "string",
"firstName": "string",
"createDate": "2019-08-24T14:15:22Z"
}