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