curl --location 'http://122.160.87.36:9097/accordBackend/api/config/countryStateList' \
--header 'Content-Type: application/json' \
--data '{
"countryCode" : "US"
}'{
"responseCode": 200,
"responseMsg": "Success",
"countryStatesList": [
{
"id": 4756,
"stateName": "Alabama"
},
{
"id": 4742,
"stateName": "Wyoming"
}
]
}