daily commit

This commit is contained in:
Dennis Nemec
2026-02-05 10:46:30 +01:00
parent 00ff9a7474
commit 8419c77263
46 changed files with 5494 additions and 3 deletions

View File

@ -0,0 +1,2 @@
GET http://127.0.0.1:3000/cars
Cookie: session_id=019c28ac-2f5a-75e1-b909-f862e773a5c6

View File

@ -0,0 +1,2 @@
GET http://127.0.0.1:3000/tour/1234
Cookie: session_id=019c28ac-2f5a-75e1-b909-f862e773a5c6

View File

@ -0,0 +1,5 @@
{
"dev": {
"supplier_id": "12345"
}
}

4
requests/userinfo.http Normal file
View File

@ -0,0 +1,4 @@
### GET request to example server
GET http://127.0.0.1:3000/userinfo
Cookie: session_id=019c22f6-d203-7ff2-b80c-c13ce9b84b69
###