More flexible options with headers and authentication
You have some different options for adding headers and authentication:
$runnable->authenticateWithBearerToken('your-token'); //Add a Bearer token header with the token
$runnable->authenticateWithXToken('your-token'); //Add the X-Token header, if you implemented it according to the LangServe
$runnable->addHeader('Key', 'Value'); //Add any other header