curl --location --request GET 'http://dev-cn.your-api-server.com/api/rest/v1/platformModels' \
--header 'authorization;'
{
"custom_models": [
{
"description": "string",
"featured": true,
"generated_image": {
"id": "string",
"url": "string"
},
"id": "string",
"name": "string",
"nsfw": true
}
]
}