Greenthum project document
Authorization: Bearer ********************
{
"resourceType": "string",
"description": "string"
}
curl --location --request PUT '/api/user/soil-pest-resources/' \
--header 'Content-Type: application/json' \
--data-raw '{
"resourceType": "string",
"description": "string"
}'
{
"resourceType": "string",
"description": "string"
}