7 lines
175 B
Bash
Executable File
7 lines
175 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# curl -X POST -H "Content-Type: application/json" -d '{"name":"John Doe","age":30}' http://localhost:5000/api/data
|
|
|
|
|
|
curl http://localhost:5000/api/data
|