{
"endtime": "string",
"id": 0,
"method": 0,
"name": "string",
"products": "string",
"starttime": "string",
"status": true,
"style": "string",
"type": true
}curl --location --request POST '/api/admin/activitystyle/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"endtime": "string",
"id": 0,
"method": 0,
"name": "string",
"products": "string",
"starttime": "string",
"status": true,
"style": "string",
"type": true
}'{
"code": 0,
"data": "string",
"message": "string"
}