cake_crm/api/request.http

10 lines
112 B
Plaintext
Raw Normal View History

2024-05-29 20:24:20 +00:00
POST http://localhost:8090/card
content-type: application/json
[
{
"product_id": 1,
"count": 7
}
]