Create New Workspace
Example Request URL
https://<URL>/HibernateTableService/workspace/create/?codeduser=<user_querystring_token>
Either specify a user token in the codeduser querystring or specify a valid session code in the request header.
Example Success Response
The response is a JSON with the following structure:
{ success: true, id: <the workspace ID>, message: <success message> }
Example Error Response
{ success: false, message: <error message> }