Authorization: Bearer ********************{ "year": "2025" }curl --location -g --request GET '/api/metric/resident-general?arc_code={{arc_code}}&system_code={{system_code}}' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{ "year": "2025" }'{
"message": "操作成功",
"code": 200,
"data": {
"sign_count": 25858,
"unsign_count": 0,
"serverd_count": 0,
"unserverd_count": 0
}
}