Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/coach/courses//bookings' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"booking_id": 120,
"user_id": 8,
"user_name": "李四",
"status": "confirmed",
"payment_status": "paid",
"checkin_status": "on_time",
"booking_time": "2024-01-10T12:00:00Z",
"contact_phone": "13800138002"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 20,
"last_page": 2
}
}