This repository has been archived on 2026-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
aeticket/http-requests/cart.http
Jonas Weissengruber 85d7162419 beidl message
2023-12-20 00:41:20 +01:00

21 lines
No EOL
256 B
HTTP

### add
POST {{url}}/cart/add
Content-Type: application/json
{
"id": 9999999,
"cartEntries": [
{
"id": 2,
"amount": 20
}
]
}
### list
GET {{url}}/user/signin
### checkout
GET {{url}}/user/update
Authorization: Bearer {{token}}