POST
/categories
curl \
--request POST 'https://garden-to-yours.herokuapp.com/categories?apiKey=string' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"type":"plant","category":"Cactus"}'
Request example
{
"type": "plant",
"category": "Cactus"
}