curl --location --request POST 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"simulation_id": "string",
"status": "string",
"metadata": {
"total_frames": 0
},
"frames": [
{
"timestamp": "2019-08-24T14:15:22.123Z",
"fire_footprint": {
"type": "string",
"features": [
{
"id": "string",
"type": "string",
"properties": {
"value": 0,
"frame_no": 0,
"frame_number": 0,
"timestamp": "string"
},
"geometry": {
"type": "string",
"coordinates": [
[
[
0
]
]
]
}
}
]
}
}
]
}'{}