Authorization: Bearer ********************
curl --location --request POST '/api/v1/bookings/1/check-in' \ --header 'Authorization: Bearer <token>'
{ "status_code": 201, "message": "Booking checked in succuessfully" }