02. Read the service metadata
GET http://services.odata.org/V4/TripPinService/$metadata
$metadata is an endpoint in OData services that contains a machine-readable description of the service model including type schemas, available operations, etc.
GET http://services.odata.org/V4/TripPinService/$metadata
$metadata is an endpoint in OData services that contains a machine-readable description of the service model including type schemas, available operations, etc.