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