Authorization: ********************curl --location --request PATCH '/sessions//reschedule' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"scheduled_start_time": "2019-08-24T14:15:22.123Z"
}'