curl --location --request POST 'http://localhost/sale-publish-shopee/excelDownloadLog' \
--header 'authorization: erp-usermgt-n-token:eyJhbGciOiJIUzUxMiJ9.eyJqdGkiOiIxODI2ODAiLCJzdWIiOiIxODI2ODAiLCJpc3MiOiJaU1RELU5FVyIsImlhdCI6MTcyMjkyNzAwMn0.JFFVqjqTwK9LdLNSYVx0Jld0I5sM-F2fL2yBz-5TjqVnROArtQLakMPWzZvOhz7PrdlCScZ98hSOpJclwQyLlQ' \
--header 'username: 182680' \
--header 'Authorization: erp-usermgt-n-token:eyJhbGciOiJIUzUxMiJ9.eyJqdGkiOiIxODI2ODAiLCJzdWIiOiIxODI2ODAiLCJpc3MiOiJaU1RELU5FVyIsImlhdCI6MTcyNjYyMjc2MX0.xFQK8jvjI-t1UV19tgI4ehe4akkfuy9BEhnQ5RdJznZCh1ZrgfD7DVzyxCDlviUqei4Cpb0snd6qZML-kZSQBQ' \
--header 'Username: 182680' \
--header 'Content-Type: application/json' \
--data-raw '{
"args": "{\"search\":{\"platform\":\"Shopee\",\"accountNumberList\":[],\"typeList\":[],\"statusList\":[],\"createByList\":[],\"createTimeFrom\":\"\",\"createTimeTo\":\"\"},\"pageReqired\":true,\"limit\":10,\"offset\":0}",
"method": "searchExcelDownloadLog"
}'