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