GET
/users
curl \
--request GET 'https://garden-to-yours.herokuapp.com/users' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"_id": "string",
"firstName": "string",
"email": "hello@example.com",
"username": "string",
"password": "string",
"lastName": "string",
"dateOfBirth": "2000-08-24T00:00:00.000Z",
"emailVerified": true,
"createDate": "2025-05-04",
"location": "string",
"image": "string"
}