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