curl --location '/api/v2/PhoneCodes/lookup'{
"phoneCodes": [
{
"name": "United States",
"code": "+1",
"isoTwo": "US",
"image": "https://cdn.example.com/flags/us.png"
},
{
"name": "India",
"code": "+91",
"isoTwo": "IN",
"image": "https://cdn.example.com/flags/in.png"
}
]
}