Files
services/examples/vehicle/lookup/curl/lookupVehicle.sh
Asim Aslam 9b6010372e add vehicle api (#221)
* add vehicle api

* Commit from GitHub Actions (Publish APIs & Clients)

Co-authored-by: asim <asim@users.noreply.github.com>
2021-10-04 12:14:31 +01:00

6 lines
167 B
Bash
Executable File

curl "https://api.m3o.com/v1/vehicle/Lookup" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"registration": "LC60OTA"
}'