Response

{
    "code": "200",
    "msg": "States found",
    "object": [
        {
            "code": "Corporation",
            "name": "Corporation"
        },
        {
            "code": "LLC",
            "name": "LLC"
        },
        {
            "code": "Partnership",
            "name": "Partnership"
        },
        {
            "code": "SoleProprietorship",
            "name": "Sole-Proprietorship"
        }
    ]
}
Language
Click Try It! to start a request and see the response here!