POST
/
user
/
webauthn
/
add
curl --request POST \
  --url https://local.auth.nhost.run/v1/user/webauthn/add
{
  "error": "invalid-request",
  "message": "The request payload is incorrect",
  "status": 400
}

Response

400
application/json
The payload is invalid

The response is of type object.