https://api.ssojet.com/api/v1/auth/passwordless/passkey/login
auth_code
(string, required): The authentication code for the passkey.identifier
(string, required): The identifier for the user.passkey
(text, required): The passkey for authentication.{
"type": "object",
"properties": {
"token": {
"type": "string"
},
"user_id": {
"type": "string"
}
}
}