Submit Providers Correctly

"providers": [
        {
            "providerType": "BillingProvider",
            "npi": "1760854442",
            "employerId": "123456789",
            "organizationName": "HAPPY DOCTORS GROUPPRACTICE",
            "address": {
                "address1": "000 address1",
                "city": "city2",
                "state": "tn",
                "postalCode": "372030000"
            },
            "contactInformation": {
                "name": "janetwo doetwo",
                "phoneNumber": "0000000001"
            }
        },
        {
            "providerType": "ReferringProvider",
            "npi": "1942788757",
            "firstName": "johntwo",
            "lastName": "doetwo",
            "employerId": "123456"
        },
        {
            "providerType": "RenderingProvider",
            "npi": "1942788757",
            "firstName": "janetwo",
            "lastName": "doetwo",
            "middleName": "middletwo",
            "ssn": "000000000"
        }
    ],