curl --location --request GET 'https://api.topview.ai/v1/ethnicity/list?scene&pageNo&pageSize' \
--header 'Authorization;' \
--header 'Topview-Uid;'{
"code": "string",
"message": "string",
"result": [
{
"ethnicityId": "string",
"ethnicityName": "string"
}
]
}