curl --location '/api/v2/countryWithStates/lookup'{
"countries": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "United States",
"code": "USA",
"isoTwo": "US",
"states": [
{
"name": "California"
},
{
"name": "Texas"
}
]
}
]
}