10 lines
112 B
Plaintext
10 lines
112 B
Plaintext
|
POST http://localhost:8090/card
|
||
|
content-type: application/json
|
||
|
|
||
|
[
|
||
|
{
|
||
|
"product_id": 1,
|
||
|
"count": 7
|
||
|
}
|
||
|
]
|