curl --location --request GET 'http://dev-cn.your-api-server.com/api/rest/v1/elements' \
--header 'authorization;'
{
"loras": [
{
"akUUID": "string",
"baseModel": "v1_5",
"creatorName": "string",
"description": "string",
"name": "string",
"urlImage": "string",
"weightDefault": 0,
"weightMax": 0,
"weightMin": 0
}
]
}