team-6/backend/test.http

8 lines
177 B
Text
Raw Normal View History

2025-08-02 13:29:43 +02:00
### POST request to parse-plant endpoint
POST http://localhost:3000/parse-plant
Content-Type: application/json
{
"description": "i see a tomato with fruits and no flowers"
}