cURL
curl --request POST \ --url https://testnet.walletkit.com/users/passkey/begin-registration \ --header 'Authorization: Bearer <token>'
"<any>"
Begin the passkey registration process
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type any.
any