curl --location '/geo/states'
{ "status": 200, "message": "States of country", "data": { "states": { "California": "02", "Texas": "43", "New York": "30" } } }