Utility function to check if credentials are correct
suso_PwCheck.Rd
This function returns a 200 status if the correct credentials have been provided. If credentials are correct but user is not eligible to access the workspace, then a 403 error is returned.
Usage
suso_PwCheck(
server = suso_get_api_key("susoServer"),
apiUser = suso_get_api_key("susoUser"),
apiPass = suso_get_api_key("susoPass"),
workspace = NULL,
token = NULL
)