Issue is
After Json api bundle success i have passed the below body to the register api
curl -X 'POST'
'https://oracle-test.tripshot.com/api/v0/session/11706c3d-cad1-4a2b-b8d0-b1835976f88f/register'
-H 'accept: application/json;charset=utf-8'
-H 'Authorization: Basic Y2xpZW50MDp0ZXN0Q2xpZW50MCExMjM='
-H 'Content-Type: application/json;charset=utf-8'
-d '{
"agency_id": "7780",
"day": "2026-05-06",
"now": 1778071418,
"vehicle_id": "21260"
Getting below Error
here is the Error message
TODO: session updates not currently supported
For your reference please check the below screen shot

Issue is
After Json api bundle success i have passed the below body to the register api
curl -X 'POST'
'https://oracle-test.tripshot.com/api/v0/session/11706c3d-cad1-4a2b-b8d0-b1835976f88f/register'
-H 'accept: application/json;charset=utf-8'
-H 'Authorization: Basic Y2xpZW50MDp0ZXN0Q2xpZW50MCExMjM='
-H 'Content-Type: application/json;charset=utf-8'
-d '{
"agency_id": "7780",
"day": "2026-05-06",
"now": 1778071418,
"vehicle_id": "21260"
Getting below Error
here is the Error message
TODO: session updates not currently supported
For your reference please check the below screen shot