the request configuration (url, params, accessToken, includeHeadersInResponse)
JMap.Util.Ajax
.post({ url: "https://your-url.com", params: { title: "My title", count: 3 }})
.then(response => console.log(response))
.catch(error => console.error(error))
JMap.Util.Ajax.post
Inserts or updates data on the server at the specified resource.