@Surge365.MassEmailReact.Local_HostAddress = http://localhost:5065/api @Surge365.MassEmailReact.UATServer_HostAddress = https://uat.massemail2.surge365.com/api @Surge365.MassEmailReact.API_HostAddress = http://localhost:5065/api # Step 1: Authenticate to get the refresh token cookie POST {{Surge365.MassEmailReact.API_HostAddress}}/authentication/authenticate Content-Type: application/json Accept: application/json { "username": "dheadrick", "password": "Password1" } ### # Step 2: Call refreshtoken with the cookie POST {{Surge365.MassEmailReact.API_HostAddress}}/authentication/refreshtoken Accept: application/json Cookie: refreshToken=hhlLpqHP0kiYhyyBDr9hZw== ### GET {{Surge365.MassEmailReact.API_HostAddress}}/servers/ Accept: application/json ### GET {{Surge365.MassEmailReact.API_HostAddress}}/servers/get Accept: application/json ###