team-6/backend/test.http
Tikhon Vodyanov 797fec3135 backend
2025-08-02 13:29:43 +02:00

7 lines
177 B
HTTP
Executable file

### 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"
}