StaticpostMakes a POST request to the specified URL.
The endpoint URL to send the request to
The request body to send
OptionaladditionalHeaders: Record<string, string>Optional headers to merge with default headers
A promise resolving to the API response with typed data
Abstract utility class for making HTTP API requests with standardized error handling.