Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/ai/model' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"count": 0,
"next": "string",
"previous": "string",
"results": [
"string"
]
}
}