{
"items": [
{
"twoCode": "us"
}
]
}curl --location --request POST '/api/v1/pro/social/region/getRegionInfosByArrayCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"twoCode": "us"
}
]
}'