mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-18 13:15:08 +00:00
14 lines
304 B
Bash
Executable File
14 lines
304 B
Bash
Executable File
curl "https://api.m3o.com/v1/location/Save" \
|
|
-H "Content-Type: application/json" \
|
|
-H "Authorization: Bearer $M3O_API_TOKEN" \
|
|
-d '{
|
|
"entity": {
|
|
"id": "1",
|
|
"location": {
|
|
"latitude": 51.511061,
|
|
"longitude": -0.120022,
|
|
"timestamp": "1622802761"
|
|
},
|
|
"type": "bike"
|
|
}
|
|
}' |