@@ -0,0 +1,9 @@
namespace Models.Requests
{
public class CaptchaVerifyRequest
public string? Token { get; set; }
public string? ExpectedAction { get; set; }
}
The note is not visible to the blocked user.