Authorization: Bearer ********************
{ "public_indicator": { "platform": "IOS", "port": "xxx", "version": "1.23", "os_version": "ios 17", "manufacturer": "apple", "model": "iphone x", "height": "1203", "width": "122", "network": "wifi" }, "data": [ { "event": "AppClick", "type": "PlayletLike", "location": "xxx", "page_id": "qdasd", "ext_1": "", "ext_2": "", "ext_3": "", "ext_4": "" }, { "event": "AppClick", "type": "PlayletLike", "location": "xxx", "page_id": "qdasd", "ext_1": "", "ext_2": "", "ext_3": "", "ext_4": "" } ] }
curl --location --request POST 'https://theater-test-api.sylangyue.xyz/api/data/pushed' \ --header 'Content-Type: application/json' \ --data-raw '{ "public_indicator": { "platform": "IOS", "port": "xxx", "version": "1.23", "os_version": "ios 17", "manufacturer": "apple", "model": "iphone x", "height": "1203", "width": "122", "network": "wifi" }, "data": [ { "event": "AppClick", "type": "PlayletLike", "location": "xxx", "page_id": "qdasd", "ext_1": "", "ext_2": "", "ext_3": "", "ext_4": "" }, { "event": "AppClick", "type": "PlayletLike", "location": "xxx", "page_id": "qdasd", "ext_1": "", "ext_2": "", "ext_3": "", "ext_4": "" } ] }'
{}