cURL
curl --request POST \ --url https://testnet.walletkit.com/users/passkey/finish-registration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '"<any>"'
This response has no body data.
Finish the passkey registration process
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type any.
any