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