{
"year": 2024,
"month": 8
}
curl --location --request POST 'http://127.0.0.1:8080/user/getUserSignCalendar' \
--header 'X-Access-Token: 0611' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 2024,
"month": 8
}'
{}