curl --location --request POST '/index.php?app=api&mod=Event&act=newEventListWithRecomm' \
--header 'User-Agent: client:Android version:7.1.16 Brand:OnePlus Product:PHB110 OsVersion:9' \
--header 'oauth_token: {{oauth_token}}' \
--header 'oauth_token_secret: {{oauth_token_secret}}' \
--header 'Accept-Encoding: gzip' \
--data-urlencode 'oauth_token={{oauth_token}}' \
--data-urlencode 'oauth_token_secret={{oauth_token_secret}}' \
--data-urlencode 'page=1'
{
"code": 0,
"message": "string",
"content": [
{
"ad_id": 0,
"type": "string",
"extra": {
"id": "string",
"title": "string",
"hit": "string",
"typeId": "string",
"typeId2": "string",
"is_school_event": "string",
"credit": "string",
"credit_old": "string",
"coverId": "string",
"sTime": "string",
"eTime": "string",
"joinCount": 0,
"limitCount": 0,
"note": "string",
"is_prov_event": "string",
"address": "string",
"description": "string",
"startline": "string",
"deadline": "string",
"status": "string",
"school_audit": "string",
"is_need_sign_out": "string",
"allow": "string",
"score": "string",
"is_outside": "string",
"free_attend": "string",
"pu_amount": "string",
"school_venue": "string",
"audit_uid3": "string",
"eventStatus": 0,
"cover": "string",
"friendCount": 0,
"isTop": "string",
"cName": "string",
"isCredit": "string",
"credit_num": 0,
"credit_name": "string",
"tags": [
"string"
],
"area": 0,
"isAllowEvent": 0,
"category": "string"
}
}
]
}