Users shouldn't be able to update/delete other user's bookings and should receive a PrivilegeException when trying to do so
Accceptance Criteria / Requirements:
AC1: If one user creates a booking and another tries to update it, they shouldn't be able to do so
AC2: If one user creates a booking and another tries to delete it, they shouldn't be able to do so
Description:
Users shouldn't be able to update/delete other user's bookings and should receive a PrivilegeException when trying to do so
Accceptance Criteria / Requirements:
AC1: If one user creates a booking and another tries to update it, they shouldn't be able to do so AC2: If one user creates a booking and another tries to delete it, they shouldn't be able to do so
Additional context: