curl --location 'http://localhost:8080/auth/passkey/credentials'{
"code": 0,
"result": [
{
"id": "string",
"userId": "string",
"credentialId": "string",
"publicKey": "string",
"counter": 0,
"deviceType": "string",
"backedUp": true,
"transports": [
[
"string"
]
],
"name": "string",
"createdAt": "string",
"lastUsedAt": "string"
}
],
"error": "string"
}