6 lines
144 B
HTTP
6 lines
144 B
HTTP
# Create a new countdown clock with
|
|
# 5000 seconds
|
|
POST http://localhost:5000/countdown/api/v1
|
|
Content-Type: application/json
|
|
|
|
{"total": "150"}
|