{ "sharingSession": { "sessionID": "533677a1c95bf11da052d7caead6e3bbf2e3609579966169fd", "vehicleOEMUrl": "UrlToRechOutToVehicleOem" } }
curl --location --request POST '/keyApi/v1/cancelSharingSession' \ --header 'x-requestId;' \ --header 'Content-Type: application/json' \ --data-raw '{ "sharingSession": { "sessionID": "533677a1c95bf11da052d7caead6e3bbf2e3609579966169fd", "vehicleOEMUrl": "UrlToRechOutToVehicleOem" } }'
{ "responseHeader": { "statusCode": "200" } }