13 lines
346 B
Bash
13 lines
346 B
Bash
curl http://localhost:5000/api/health
|
|
curl http://localhost:5000/api/health
|
|
curl http://localhost:5000/api/health
|
|
curl http://localhost:5000/api/health
|
|
|
|
curl -X POST http://localhost:5000/api/search \
|
|
-H "Content-Type: application/json" \
|
|
-d '{
|
|
"search_term": "Fahrrad",
|
|
"min_price": 300,
|
|
"max_price": 900,
|
|
"max_pages": 1
|
|
}' |