curl --location 'https://cloud.dataeyes.ai/v1/models' \
--header 'Authorization: {{Authorization}}'{
"data": [
{
"id": "string",
"object": "string",
"created": 0,
"owned_by": "string",
"supported_endpoint_types": [
"string"
]
}
],
"object": "string",
"success": true
}