Whether to log responses or not. Defaults to false.
Returns Promise<any>
Example
constresponse = awaitproFetchPost( "https://api.example.com", "submit", { name:"Alice", score:42 }, true ); console.log(response); // Logs the confirmation or resulting data from the POST request.
A "pro" implementation of generic fetch/post.