curl --location --request GET 'https://api.topview.ai/v1/aiavatar/query?pageNo=&pageSize=&gender=ðnicityIdList&sortField&sortType&isCustom=' \
--header 'Topview-Uid;' \
--header 'Authorization;'{
"code": "string",
"message": "string",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"aiavatarId": "string",
"aiavatarName": "string",
"gender": "string",
"coverUrl": "string",
"previewVideoUrl": "string",
"ethnicities": [
{
"ethnicityId": "string",
"ethnicityName": "string"
}
],
"voiceoverIdDefault": "string",
"faceSquareConfig": {
"y_f": 0,
"w": 0,
"h": 0,
"x": 0,
"y": 0,
"h_f": 0,
"x_f": 0,
"w_f": 0
}
}
]
}
}