Recaptcha API response struct.
The structure of the API Response.
Create a new response struct.
@type t() :: %Recaptcha.API.Response{ action: String.t(), challenge_ts: String.t(), "error-codes": [String.t()], hostname: String.t(), score: number(), success: boolean() }
@spec new(map()) :: t()