- Changed HTTP method for the /host/add-company-details endpoint from POST to PATCH in host.yml. - Introduced a new Prisma client setup in prisma.client.ts for database interactions. - Updated authForHost middleware to utilize the new Prisma client instance.