7 lines
177 B
HTTP
Executable file
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"
|
|
}
|