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