$curl -X PUT https://api.fyno.io/v1/FYXXXXXXXX/live/profiles/XXXXXXXX \> -H "Authorization: Bearer " \> -H "Content-Type: application/json" \> -d '{> "distinct_id": "new_distinct_id",> "name": "John Doe",> "timezone": "Asia/Kolkata">}'