Getting access, Developing, Testing
Sending a PUT request to /visitors
will result in an update of an existing Visitor.
Option 1. You can update a visitor by passing in the user_id
of the visitor in the Request body.
Option 2. You can update a visitor by passing in the id
of the visitor in the Request body.