List all machine images
curl -X GET "https://loading/api/orgs/string/machine-images"{
"images": [
{
"id": "string",
"name": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z",
"shapeName": "string",
"status": "CREATING"
}
],
"quota": {
"used": 0,
"limit": 0
}
}