{
"operator": "string",
"mcc": 0,
"mnc": 0,
"prefix": "string",
"countryId": 0,
"countryName": "string"
}curl --location '/mccmnc/prefix/export' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"operator": "string",
"mcc": 0,
"mnc": 0,
"prefix": "string",
"countryId": 0,
"countryName": "string"
}'{}