Authorization: ********************{
"booking_id": 0,
"method": "qr_code",
"latitude": 0,
"longitude": 0
}curl --location --request POST 'http://perfit-api.test.muke.design/api/client/attendance/checkin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"booking_id": 0,
"method": "qr_code",
"latitude": 0,
"longitude": 0
}'{
"code": 200,
"message": "success",
"data": {}
}