500 error trying to list orchestrations
I am trying to call /discover to obtain a list of available orchestrations. I successfully logged in and received a token that I am passing in header.
jde-AIS-Auth: <token>
However, instead of receiving an array of orchestrations, I receive Failed to load resource: the server responded with a status of 500 (Internal Server Error)
"{\"message\":\"For input string: \\\"\\\"04\\\"\",\"exception\":\"NumberFormatException\",\"timeStamp\":\"2020-01-14T01:41:43.369+0000\"}"
I am running the JDE Trial Edition in the cloud on tools 9.2.4.1.
Any suggestions on what might be the issue?
Kevin