Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/ai/train/list?page=1&size=10' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"id": 0,
"url": "string"
}
]
}
}