curl --location 'https://hk.gateway.aiapi.pub/v1/models' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"object": "list",
"data": [
{
"id": "string",
"created": 0,
"object": "model",
"owned_by": "string"
}
]
}