Greenthum project document
Authorization: Bearer ********************{
"plotName": "string",
"sunlight": "string",
"soilType": "string"
}curl --location --request PUT '/api/admin//plots' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"plotName": "string",
"sunlight": "string",
"soilType": "string"
}'{
"plotName": "string",
"sunlight": "string",
"soilType": "string"
}