Refresh tokenCopy Pageget https://example.com/customers/public/v1/auth/refreshWill take in a valid refresh token and return new tokens.HeadersX-Refresh-TokenstringrequiredMust be a token string without Bearer e.g. refreshtoken123AuthorizationstringrequiredMust be a token string with Bearer eg. Bearer refreshtoken123Responses 204StatusNoContent 401UnauthorizedUpdated 7 months ago