curl -X POST "https://us-central1-airdealer-67669.cloudfunctions.net/oem_oncreate_v2/pickUpLocation" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{
"oemKey": "exampleOemKey",
"pickUpLocation": {
"id": "exampleLocationId",
"otherProperty": "value"
}
}'