By default, the HTTP request body will be added as new XML document to the specified
database. For example, if a document is sent as body of the POST request to the URL
<code>localhost:8984/rest/DB/file.xml</code>, the document will be added to the <code>DB</code>database, and the 201 (Created) status code will be returned to confirm thateverything went alright.
====Execute Queries & Commands====