Authorization: Bearer ********************[{
"assetSource": "fricke",
"assetSourceId": "dfbfe5",
"assetType": "aircraft-remote-id",
"timestamp": "{{$date.now}}",
"longitude": -78.4767,
"latitude": 38.0293,
"altitude": 0.0,
"sourceAltitudeType": "wgs84",
"height": 0.0,
"speed": 0.0,
"track": 0.0,
"sensorId": [
"643123b0b9b54e5483d07db22e7fe233"
],
"extend": {
"source": "acoustic",
"sensor_ids": "643123",
"drone_id": "NONE",
"type": "ACOUSTIC"
},
"takeoffLongitude": 0.0,
"takeoffLatitude": 0.0,
"flightId": "dfbfe5",
"controllerLatitude": 0.0,
"controllerLongitude": 0.0,
"controllerAltitude": 0.0,
"deviceStatus": "active",
"sensorType": [
"acoustic"
]
}]curl --location 'https://airhub-api-sandbox.airspacelink.com/v1/shim/raw-sanitizer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[{
"assetSource": "fricke",
"assetSourceId": "dfbfe5",
"assetType": "aircraft-remote-id",
"timestamp": "{{$date.now}}",
"longitude": -78.4767,
"latitude": 38.0293,
"altitude": 0.0,
"sourceAltitudeType": "wgs84",
"height": 0.0,
"speed": 0.0,
"track": 0.0,
"sensorId": [
"643123b0b9b54e5483d07db22e7fe233"
],
"extend": {
"source": "acoustic",
"sensor_ids": "643123",
"drone_id": "NONE",
"type": "ACOUSTIC"
},
"takeoffLongitude": 0.0,
"takeoffLatitude": 0.0,
"flightId": "dfbfe5",
"controllerLatitude": 0.0,
"controllerLongitude": 0.0,
"controllerAltitude": 0.0,
"deviceStatus": "active",
"sensorType": [
"acoustic"
]
}]'