Currently, to retrieve the BIP output of a seeded ESS job via BIP web services, we use the endpoint xmlpserver/services/v2/ScheduleService?wsdl. However, this approach requires sending the username and password within the payload body, which is not a recommended or secure practice. Is it possible to enable JWT-based authentication for BIP web service calls to enhance security and align with best practices?