Azure R3M10 - Wellbore DDMS - Creating wellbore record results in Internal server error 500 - Empty error ""

Description Using {{baseUrl}}/api/os-wellbore-ddms/ddms/v3/wellbores to create wellbore record results in Internal server error 500.

I expect status 200 with a wellbore record created.

[
    {
        "acl": {
            "owners": [
                "data.default.owners@opendes.contoso.com"
            ],
            "viewers": [
                "data.default.viewers@opendes.contoso.com"
            ]
        },
        "data": {
            "ExtensionProperties": {
                "airGap": {
                    "unitKey": "ft",
                    "value": 35
                },
                "country": "United States of America",
                "operator": "Francois Vinyes",
                "uwi": "33-089-00300-00-01",
                "wellboreType": "bypass"
            },
            "FacilityName": "test1",
            "SpatialLocation": {
                "Wgs84Coordinates": {
                    "features": [
                        {
                            "geometry": {
                                "coordinates": [
                                    [
                                        -103.2380248,
                                        46.8925081,
                                        5301
                                    ],
                                    [
                                        -103.2380248,
                                        46.8925081,
                                        2801
                                    ],
                                    [
                                        -103.2378748,
                                        46.892608100000004,
                                        301
                                    ],
                                    [
                                        -103.23742477750001,
                                        46.89270811,
                                        -2199
                                    ],
                                    [
                                        -103.23667470999663,
                                        46.892808120001,
                                        -4699
                                    ],
                                    [
                                        -103.2356245974865,
                                        46.892908130002,
                                        -7199
                                    ]
                                ],
                                "type": "LineString"
                            },
                            "properties": {
                                "name": "Newton 2-31-Lat-1"
                            },
                            "type": "Feature"
                        }
                    ],
                    "type": "FeatureCollection"
                }
            },
            "WellID": "opendes:master-data--Well:01:"
        },
        "id": "opendes:master-data--Wellbore:02:",
        "kind": "osdu:wks:master-data--Wellbore:1.0.0",
        "legal": {
            "legaltags": [
                "opendes-public-usa-dataset-7643990"
            ],
            "otherRelevantDataCountries": [
                "FR",
                "US"
            ]
        },
        "meta": [
            {
                "kind": "Unit",
                "name": "Measure depth default unit",
                "persistableReference": "persistableReference",
                "propertyNames": [
                    "symbol"
                ],
                "propertyValues": [
                    "ft"
                ]
            }
        ]
    }
]

The result is an Internal server error 500.

{
    "origin": "osdu-data-ecosystem-storage",
    "errors": [
        ""
    ]
}
Edited by Chad Leong