cake_crm/internal/services/cart/cart.http

10 lines
115 B
Plaintext
Raw Normal View History

2024-09-04 20:45:18 +00:00
POST http://0.0.0.0:8090/cart
User-Agent: crabs/1.0.0
[
{
"productId": 1,
"count": 20
}
]