create_handoff
Make a link that hands this tournament to a person. They open it, set an email and a password, and the account this session has been acting as becomes theirs. Single use, and it expires. Afterwards this session_token stops working — which is the point, so hand it over when the tournament is ready rather than when you are still building it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_token | Yes | The session_token returned by create_tournament | |
| tournament_id | Yes | Tournament ID |