Authorization: Bearer ********************curl --location --request POST '/app-api/member/sign-in/record/create' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"day": 1,
"point": 10,
"experience": 10,
"createTime": "2019-08-24T14:15:22.123Z"
},
"msg": "string"
}