{}
curl --location --request POST 'https://fourseasons-test.e.verystar.net/api/v1/activity/list' \ --header 'Authorization-AppKey;' \ --header 'Authorization-Sign;' \ --header 'Authorization-Token: fake_001' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "code": 0, "msg": "string", "data": { "total": 0, "list": [ { "id": 0, "image": "string", "name": "string", "desc": "string" } ] } }