Marks a session as completed
cURL
curl --request POST \ --url http://localhost:3000/api/bookings/complete-session \ --header 'Content-Type: application/json' \ --data ' { "bookingId": "<string>", "sessionNumber": 123 } '
{ "success": true }
The ID of the booking
The number of the session to complete
Session completed successfully
Whether the operation was successful