mirror of
https://github.com/kevin-DL/services.git
synced 2026-03-11 13:44:56 +00:00
9 lines
231 B
Bash
Executable File
9 lines
231 B
Bash
Executable File
curl "https://api.m3o.com/v1/geocoding/Lookup" \
|
|
-H "Content-Type: application/json" \
|
|
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
|
-d '{
|
|
"address": "10 russell st",
|
|
"city": "london",
|
|
"country": "uk",
|
|
"postcode": "wc2b"
|
|
}' |