curl --location --request GET 'https://dev.your-api-server.com/models'
{
"object": "string",
"data": [
{
"id": "string",
"object": "string",
"created": 0,
"owned_by": "string"
}
]
}