Then, use vault read (for HTTP GET), vault write (for HTTP PUT/POST - there is no difference between these for Vault), vault list (for HTTP LIST) or vault delete (for HTTP DELETE) to call the endpoint with the documented parameters.
These four commands are an HTTP API client specialised for Vault’s API conventions.