Files
socket-service/req.http
2026-02-16 22:04:21 +03:00

7 lines
125 B
HTTP

### Send POST request with json body
POST http://localhost:3000/login
Content-Type: application/json
{
"login": "foobar"
}