Greenthum project document
Authorization: Bearer ********************curl --location --request GET '/api/admin//users/communityGardens' \
--header 'Authorization: Bearer <token>'{
"name": "string",
"location": "string",
"sunlight": "string",
"soilType": "string",
"users": [
{
"id": 0,
"username": "string",
"email": "string",
"roleEntities": [
{
"id": 0,
"name": "string"
}
],
"communityGardens": [
{
"id": 0,
"name": "string"
}
],
"volunteerActivity": {
"id": 0,
"activityName": "string"
}
}
]
}