Greenthum project document
Authorization: Bearer ********************{
"cropName": "string",
"plantingDate": "2019-08-24T14:15:22.123Z",
"harvestDate": "2019-08-24T14:15:22.123Z"
}curl --location '/api/admin/cropPlans' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cropName": "string",
"plantingDate": "2019-08-24T14:15:22.123Z",
"harvestDate": "2019-08-24T14:15:22.123Z"
}'{
"cropName": "string",
"plantingDate": "2019-08-24T14:15:22.123Z",
"harvestDate": "2019-08-24T14:15:22.123Z"
}