diff --git a/packages/database-interface/user.ts b/packages/database-interface/user.ts index 2a32c8e8..1ee7513f 100644 --- a/packages/database-interface/user.ts +++ b/packages/database-interface/user.ts @@ -716,7 +716,10 @@ export class User extends BaseInterface { { // @ts-expect-error Bun extension proxy: config.http.proxy.address, - headers: headers.toJSON(), + headers: { + ...headers.toJSON(), + "Content-Type": "application/json; charset=utf-8", + }, }, ); } catch (e) {