Validate an OTP code previously generated for a chat to confirm user authentication.
chatId and code to this endpoint[email protected])

success: Boolean indicating if validation was successfulmessage: Descriptive message about the validation resultdata.uuid: The unique identifier of the OTP requestdata.chat_id: The chat ID associated with this OTPdata.status: Updated status (typically validated on success)data.validated_at: ISO 8601 timestamp when the code was validated
expires parameterchatIdBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Hypersender instance UUID