Case creation issue: Error 400

Hey @Sam ,
i was able to create cases till today morning using the below body.


{
    "caseType": "alpha_training",
    "caseData": {
        "firstName": "tarun",
        "lastName": "jha",
        "email": "tarun.jha@nexsysit.co.in",
        "policyDetails": {
            "inception_date": "01-12-2024"
        },
        "features": [
            {
                "text": "Basic Life Insurance",
                "included": true
            },
            {
                "text": "TeleMedicine",
                "included": true
            },
            {
                "text": "Digital Budgeting App",
                "included": true
            },
            {
                "text": "Short Term Disability Cover",
                "included": true
            },
            {
                "text": "Extended Life Cover",
                "included": true
            },
            {
                "text": "Priority Support",
                "included": true
            }
        ],
        "address": "HSR Layout",
        "dob": "12-08-1990",
        "age": "34",
        "coverage_term": "1 Year",
        "beneficiary": "neelapareddy"
    },
    "wfData": {
        "stp_rules_request": {
            "version": "1.0.1",
            "inputObj": {
                "InsuredId": "ML001",
                "miscellaneous in": "miscellaneous in",
                "benefit amount": 1230,
                "doctor visit in": "doctor visit in",
                "doctor benefit amount": 1230,
                "room and board in": "Room and board in",
                "room and board benefit amount": 1023
            },
            "subFlowIDs": [],
            "workflowId": "5e5ea868-f58e-4c8c-9fd8-0c5fcf811073"
        }
    }
}

but now it’s giving
{
“status”: “error”,
“statusCode”: 400,
“error”: {
“code”: “BAD_REQUEST”,
“message”: “Internal Server Error”,
“details”: null
}
}

prev:

now:

can you please help me identify the issue ?

Can you please try again??

it’s working now.
Thank you