interface GenericJsonResponseOptions { headers?: Record; message?: string; error?: string; [key: string]: unknown; }