SC.post(path, [params], callback)
Execute a POST request.
Parameters:
path: the path to the requested resource
params: (optional) an object of additional parameters to pass in the request.
callback: a function to be called when request finished. Passes response object and error object.
Use callback to load a load( ) function












