Authorization: Bearer ********************
{
"adTime": "2019-01-02 15:02:05",
"userCode": "123123123",
"metaData": "aaa"
}
curl --location --request POST '/api/order/app/refresh_tiktok_flow_log' \
--header 'Content-Type: application/json' \
--data-raw '{
"adTime": "2019-01-02 15:02:05",
"userCode": "123123123",
"metaData": "aaa"
}'
{
"code": 0,
"message": "string"
}