{
    "name_search": ""
}curl --location --request POST 'https://api-seller.ozon.ru/v2/posting/fbs/product/country/list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name_search": ""
}'{
    "result": [
        {
            "name": "阿尔及利亚",
            "country_iso_code": "DZ"
        },
        {
            "name": "安圭拉",
            "country_iso_code": "AI"
        },
        {
            "name": "维京群岛 (英国)",
            "country_iso_code": "VG"
        }
    ]
}