Please provide mw the working jSON for creating basic information HFR using basic API

JSON used for Creating the HFR is here pasted directly from the doc provided to test

{
“facilityId”: “826”,
“facilityInformation”: {
“facilityName”: “Eye Care Center”,
“ownershipCode”: “G”,
“ownershipSubTypeCode”: “S”,
“ownershipSubTypeCode2”: “”,
“facilityAddressDetails”: {
“country”: “India”,
“stateLGDCode”: “35”,
“districtLGDCode”: “603”,
“subDistrictLGDCode”: “4023”,
“facilityRegion”: “U”,
“villageCityTownLGDCode”: “534829”,
“addressLine1”: “SushrutMultispeciality Clinic”,
“addressLine2”: “Gandhi chowk,opp.Dr.Kazi Hospital”,
“pincode”: “441304”,
“latitude”: “21.4691505”,
“longitude”: “78.5291706”
},
“facilityContactInformation”: {
“facilityContactNumber”: “9523245434”,
“facilityEmailId”: “xyz@gmail.com”,
“facilityLandlineNumber”: “2343345”,
“facilityStdCode”: “25”,
“websiteLink”: “xyz.com
},
“systemOfMedicineCode”: “M”,
“facilityTypeCode”: “5”,
“facilitySubType”: “2”,
“specialityTypeCode”: “SINGLE”,
“typeOfServiceCode”: “OPD , IPD”,
“facilityOperationalStatus”: “F”,
“facilityUploads”: {
“facilityBoardPhoto”: {
“name”: “pan.jpeg”,
“value”:
},
“facilityBuildingPhoto”: {
“name”: “”,
“value”: “”
}
},
“facilityAddressProof”: [
{
“addressProofType”: “”,
“addressProofAttachment”: {
“name”: “”,
“value”: “”
}
}
],“timingsOfFacility”: [
{
“workingDays”: “Tue”,
“openingHours”: “1:00 AM - 2:00 pm”
}
],
“abdmCompliantSoftware”: [
{
“existingSoftwares”: [
“12121221”, “12121111”
],
“anyOther”: “”
} ] }
}

=====================
giving the Error

Insert title here
error Something went wrong.Please try again later.

{

"trackingId": "",

"facilityInformation": {

    "facilityName": "DEVTEST1",

    "ownershipCode": "G",

    "ownershipSubTypeCode": "S",

    "ownershipSubTypeCode2": "",

    "facilityAddressDetails": {

        "country": "India",

        "stateLGDCode": "18",

        "districtLGDCode": "288",

        "subDistrictLGDCode": "2087",

        "facilityRegion": "",

        "villageCityTownLGDCode": "",

        "addressLine1": "testaddadd,3testing",

        "addressLine2": "",

        "pincode": "572890",

        "latitude": "70.15394",

        "longitude": "72.87281"

    },

    "facilityContactInformation": {

        "facilityContactNumber": "",

        "facilityEmailId": "",

        "facilityLandlineNumber": "",

        "facilityStdCode": "",

        "websiteLink": ""

    },

    "systemOfMedicineCode": "M",

    "facilityTypeCode": "5",

    "facilitySubType": "30",

    "specialityTypeCode": "",

    "typeOfServiceCode": "DAY",

    "facilityOperationalStatus": "F",

    "facilityUploads": {

        "facilityBuildingPhoto": {

            "name": "",

            "value": ""

        },

        "facilityBoardPhoto": {

            "name": "",

            "value": ""

        }

    },

    "facilityAddressProof": [

        {

            "addressProofType": null,

            "addressProofAttachment": {

                "name": "",

                "value": ""

            }

        }

    ],

    "timingsOfFacility": [

        {

            "workingDays": "Mon",

            "openingHours": "9:00 AM - 5:00 PM"

        },

        {

            "workingDays": "Tue",

            "openingHours": "9:00 AM - 5:00 PM"

        },

        {

            "workingDays": "Wed",

            "openingHours": "9:00 AM - 5:00 PM"

        },

        {

            "workingDays": "Thu",

            "openingHours": "9:00 AM - 5:00 PM"

        },

        {

            "workingDays": "Fri",

            "openingHours": "9:00 AM - 5:00 PM"

        }

    ],

    "abdmCompliantSoftware": [

        {

            "existingSoftwares": [],

            "anyOther": "abdm.gov.in"

        }

    ]

}

}

Please use json as provided

Thank you , last one field existingSoftwares I refereed that was giving error. its get resolved