Authorization: Bearer ********************curl --location '/models' \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "string",
"created": 0,
"object": "model",
"owned_by": "string"
}
]
}