{
"sharingSession": {
"sessionID": "533677a1c95bf11da052d7caead6e3bbf2e3609579966169fd",
"vehicleOEMUrl": "UrlToRechOutToVehicleOem"
},
"friendDeviceHandle": "Friend-Device-Handle-For-Push-Notification"
}
curl --location --request POST '/keyApi/v1/redeemSharingSession' \
--header 'x-requestId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sharingSession": {
"sessionID": "533677a1c95bf11da052d7caead6e3bbf2e3609579966169fd",
"vehicleOEMUrl": "UrlToRechOutToVehicleOem"
},
"friendDeviceHandle": "Friend-Device-Handle-For-Push-Notification"
}'
{
"responseHeader": {
"statusCode": "200"
}
}