Authorization: Bearer ********************curl --location --request POST '/api/member/points/today-task-list' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>'{
"data": {
"blood_pressure": {
"name": "记录今日血压",
"type": 1,
"score": 1,
"is_finish": 0,
"finish_num": 0,
"count": 1
}
},
"code": 200,
"message": "请求成功"
}