{
"image": "string",
"slider_image": [
"string"
],
"store_name": "string",
"store_info": "string",
"product_id": "string",
"start_time": "string",
"end_time": "string",
"status": 0,
"buying_num": 0,
"buying_count_num": 0,
"is_show": "string",
"temp_id": 0,
"time": 0,
"ficti_status": 0,
"ficti_num": 0,
"pay_count": 0,
"once_pay_count": 0,
"attrValue": [
{
"product_id": 0,
"stock": 0,
"active_price": 0,
"unique": "string"
}
]
}
curl --location --request POST '/store/product/group/create' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "string",
"slider_image": [
"string"
],
"store_name": "string",
"store_info": "string",
"product_id": "string",
"start_time": "string",
"end_time": "string",
"status": 0,
"buying_num": 0,
"buying_count_num": 0,
"is_show": "string",
"temp_id": 0,
"time": 0,
"ficti_status": 0,
"ficti_num": 0,
"pay_count": 0,
"once_pay_count": 0,
"attrValue": [
{
"product_id": 0,
"stock": 0,
"active_price": 0,
"unique": "string"
}
]
}'
null