adminDeleteInquiry: (id: number, token: string) => fetchApi<{ message: string }>(`/contact/admin/inquiries/${id}`, { method: "DELETE", token, }),