cake_crm/api/request.http

10 lines
112 B
HTTP

POST http://localhost:8090/card
content-type: application/json
[
{
"product_id": 1,
"count": 7
}
]