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