{
month: [
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月",
],
December: [101, 22, 304, 41, 50, 61, 77, 87, 92, 178, 110, 120],
Monthly: [45, 47, 23, 74, 45, 16, 57, 28, 59, 40, 51, 26]
}
curl --location --request GET 'https://travel.daoziji.com/user' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
month: [
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月",
],
December: [101, 22, 304, 41, 50, 61, 77, 87, 92, 178, 110, 120],
Monthly: [45, 47, 23, 74, 45, 16, 57, 28, 59, 40, 51, 26]
}'
{}