mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 03:54:47 +00:00
16 lines
385 B
Bash
Executable File
16 lines
385 B
Bash
Executable File
curl "https://api.m3o.com/v1/evchargers/Search" \
|
|
-H "Content-Type: application/json" \
|
|
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
|
-d '{
|
|
"box": {
|
|
"bottom_left": {
|
|
"latitude": 51.52627543859447,
|
|
"longitude": -0.03635349400295168
|
|
},
|
|
"top_right": {
|
|
"latitude": 51.56717121807993,
|
|
"longitude": -0.002293530559768285
|
|
}
|
|
},
|
|
"max_results": 2
|
|
}' |