Authorization: ********************{
"location": "string"
}curl --location --request POST 'http://perfit-api.test.muke.design/api/client/checkin/store' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"location": "string"
}'{
"code": 200,
"message": "签到成功",
"data": {
"attendance_record": {
"id": 2,
"type": "store",
"checkin_time": "2024-01-15T10:00:00Z",
"status": "on_time"
}
}
}