curl --location -g --request POST '/index.php?app=api&mod=Event&act=newEventListHeader&oauth_token={{oauth_token}}&oauth_token_secret={{oauth_token_secret}}' \
--header 'User-Agent: client:Android version:7.1.16 Brand:OnePlus Product:PHB110 OsVersion:9' \
--header 'Accept-Encoding: gzip'
{
"code": 0,
"message": "string",
"content": [
{
"title": "string",
"is_multi": "string",
"key": "string",
"content": [
{
"id": "string",
"title": "string"
}
]
}
]
}