INotificationHttp.post(url: string,body: string,headers: Record<string, string>): Promise<NotificationHttpResponse>
Issues a POST request and returns a mapped response.
Promise<NotificationHttpResponse>
The mapped response
INotificationHttp.post(url: string,body: string,headers: Record<string, string>): Promise<NotificationHttpResponse>
Issues a POST request and returns a mapped response.
Promise<NotificationHttpResponse>
The mapped response
import { type INotificationHttp } from "notification-plugin/src/index.ts";