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