Greenthum project document
Authorization: Bearer ********************
curl --location --request GET '/api/user/communityGardens/'
{
"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"
}
}
]
}