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