[ { "partner_sku": "string", "country_code": "ae", "is_active": true } ]
curl --location --request POST 'https://nm-mp-api-seller.noon.partners/_integ/update-country-visibility' \ --header 'Content-Type: application/json' \ --data-raw '[ { "partner_sku": "string", "country_code": "ae", "is_active": true } ]'
{ "updated_partner_skus": [ "partner_sku1_sa" ], "errors": { "XYZ789_ae": "Error message", "DEF456_sa": "Error message" } }