Elevation profile along coordinates
POST/api/v1/elevation/profile
Elevation profile along coordinates
curl https://plaza.fyi/api/v1/elevation/profile \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $PLAZA_API_KEY" \
-d '{
"geometry": {
"coordinates": [
0
],
"type": "Point"
}
}'