TIMESTAMP not returned in ISO format

I did a curl request to pull data out of dremio, and a TIMESTAMP field is of the form:

“2018-03-22 00:01:03.000”

Rather then the standard ISO format:

YYYY-MM-DDTHH:mm:ss.sssZ

Update: Updated title to be more clear.

What REST endpoint are you calling with your curl?

The api endpoint is:

POST /api/v3/sql

For the results it’s:

GET /api/v3/job/{Id}/results