Utility function to check if credentials are correct
Source:R/suso_gql_credentials.R
suso_gql_pwcheck.Rd
This function returns a 200 status code if credentials are correct and a 400 code otherwise.
Usage
suso_gql_pwcheck(
endpoint = NULL,
user = NULL,
password = NULL,
workspace = NULL,
token = NULL
)