curl --location --request PATCH 'https://dev.isaac.wellnessliving.com/omega/projects//sessions//expire' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY;' \
--data-raw '{
"recording_url": "string",
"session_end_reason": "string"
}'
null