{
"studentId": "202219058"
}curl --location --request POST 'https://venuehelper.api.voc2018.com/authentication/options' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"studentId": "202219058"
}'{"statusCode":200,"message":"操作成功","data":{"id":"1","name":"周思南","studentId":"202219058","availableAuthenticationOptions":[{"method":"password","detail":null},{"method":"passkey","detail":null},{"method":"totpAuthenticator","detail":null},{"method":"email","detail":{"id":"1","detail":"22********@qq.com"}}]}}