x-token: ********************{
"keyword": "string",
"page": 1,
"pageSize": 10
}curl --location --request POST 'https://api.gogpu.cn/common/GetActivityList' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 1,
"pageSize": 10
}'{
"code": 0,
"data": {
"list": [
{
"condition": [
0
],
"coupon_ids": "string",
"created_at": "string",
"describe": "string",
"end_time": "string",
"event": 0,
"expiration": 0,
"id": 0,
"level": 0,
"member_ids": "string",
"member_type": 0,
"name": "string",
"restriction": 0,
"restriction_value": 0,
"start_time": "string",
"status": 0,
"time_type": 0,
"type": 0,
"updated_at": "string"
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}