docs: sample requests

This commit is contained in:
2025-03-27 11:10:06 +01:00
parent 60942903ec
commit 86801ff8e0

22
sample.http Normal file
View File

@@ -0,0 +1,22 @@
GET http://localhost:8090/status
###
POST http://localhost:8090/health
Content-Type: application/json
{
"name": "service5",
"healthy": true
}
###
POST http://localhost:8090/health
Content-Type: application/json
{
"name": "service5",
"healthy": false
}
###
GET http://localhost:8090/health?service=service1