X-API-KEY: ********************curl --location 'https://api.falken.ltd/api/auth/UserDeviceSession/validate' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"auth0UserId": "string",
"deviceId": "string",
"refreshTokenHash": "string"
}'true